Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- jQuery(document).ready(function( $ ) {
- var swiperAnimation = new SwiperAnimation();
- var ovDesplazamientoHorizontal = new Swiper(".ov-desplazamiento-horizontal", {
- direction: 'horizontal',
- slidesPerView: 1,
- spaceBetween: 0,
- mousewheel: true,
- autoHeight: true,
- speed: 600,
- breakpoints: {
- 981: {
- speed: 1000,
- scrollbar: {
- el: '.swiper-scrollbar',
- draggable: true,
- hide: true
- },
- },
- },
- on: {
- init: function () {
- swiperAnimation.init(this).animate();
- },
- slideChange: function () {
- swiperAnimation.init(this).animate();
- }
- }
- });
- });
- </script>
Add Comment
Please, Sign In to add comment