Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
o5t6x7pgljbm
/
public_html
/
public
/
app-assets
/
js
/
scripts
/
Filename :
css-animation.min.js
back
Copy
function testAnim(n){$("#animationSandbox").removeClass().addClass(n+" animated").one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",function(){$(this).removeClass()})}$(function(){$(".js--triggerAnimation").click(function(n){n.preventDefault(),testAnim($(".js--animations").val())}),$(".js--animations").change(function(){testAnim($(this).val())})});