PHP Classes

File: plugins/animations/js/animate.js

Recommend this page to a friend!
  Classes of Laudir Bispo   PHP Real Estate Website   plugins/animations/js/animate.js   Download  
File: plugins/animations/js/animate.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Real Estate Website
Manage the properties of a real estate business
Author: By
Last change:
Date: 3 years ago
Size: 329 bytes
 

Contents

Class file image Download
$.fn.extend({ animateCss: function (animationName) { var animationEnd = 'webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend'; this.addClass('animated ' + animationName).one(animationEnd, function() { $(this).removeClass('animated ' + animationName); }); } });