showing results for - "jquery aniview"
Daniel
10 Feb 2020
1.fast {
2    -vendor-animation-duration: 1s;
3    -vendor-animation-delay: 0s;
4}
5.slow {
6    -vendor-animation-duration: 3s;
7    -vendor-animation-delay: 1s;
8}
9.reallyslow {
10    -vendor-animation-duration: 6s;
11    -vendor-animation-delay: 3s;
12}
Miguel
09 Jul 2019
1var options = {
2    animateThreshold: 100,
3    scrollPollInterval: 20
4}
5$('.aniview').AniView(options);
Diego
25 Sep 2019
1<div class="aniview" data-av-animation="slideInRight"></div>
Marcella
22 Jun 2019
1$('.aniview').AniView();
similar questions
queries leading to this page
jquery aniview