Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- // Agregar atributos de swiper-animation.js
- jQuery(function($){
- $( ".animar-img" ).attr( "data-swiper-animation", "animate__rotateIn" );
- $( ".animar-img" ).attr( "data-swiper-out-animation", "animate__rotateOut" );
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement