Published
- 1 min read
remove sliding animation from owl carousel
The solution for this is noted below
remove sliding animation from owl carousel
Solution
//for removing effects
animateIn:'false',
animateOut: 'fadeOut', // for fade out only
// add both if you want both effect
animateIn: 'fadeIn', //for fade in only
Try other methods by searching on the site. That is if this doesn’t work