Advertisement
oscarviedma

Agregar atributos de swiper-animation js

Feb 4th, 2021
399
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <script>
  2. // Agregar atributos de swiper-animation.js
  3. jQuery(function($){
  4.  
  5. $( ".animar-img" ).attr( "data-swiper-animation", "animate__rotateIn" );
  6. $( ".animar-img" ).attr( "data-swiper-out-animation", "animate__rotateOut" );
  7.  
  8. });
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement