Happy Diwali Pure Css Text Animation | css box shadow | css effects anim...
seen from China
seen from China

seen from Brazil
seen from China

seen from United States

seen from United States
seen from T1
seen from France

seen from Singapore

seen from Germany
seen from Cyprus
seen from South Korea
seen from United States
seen from South Korea

seen from United States

seen from Germany
seen from Italy
seen from Algeria

seen from T1
seen from Australia
Happy Diwali Pure Css Text Animation | css box shadow | css effects anim...
CSS box dog | animate css
animatecssスクロールしてアニメーションイベント発火
[html] <p class="animated" ani-data="fadeInLeft">TEST</p> [/html] [js] $().on(‘scroll’,function (){ $(‘.animated’).each(function(){ var imgPos = $(this).offset().top; var scroll = $(window).scrollTop(); var windowHeight = $(window).height(); if (scroll > imgPos – windowHeight + 100){ var ani = $(this).attr(‘ani-data’); $(this).removeClass(‘fadeOut’);
View On WordPress
Animate.css with AngularJS
1. Add animate.css to your <head> tag.
2. Add class='animated' to the element you want to animate.
3. Use ng-class to add and remove classes as you'd like:
<div class="animated" ng-class="{'bounceInUp': apiLoading, 'bounceOutDown': !apiLoading}"></div>