Sindbad~EG File Manager

Current Path : /home/beghelic/public_html/old-yedek/admin/js/pages/ui/
Upload File :
Current File : //home/beghelic/public_html/old-yedek/admin/js/pages/ui/animations.js

$(function () {
    $('.js-animations').bind('change', function () {
        var animation = $(this).val();
        $('.js-animating-object').animateCss(animation);
    });
});

//Copied from https://github.com/daneden/animate.css
$.fn.extend({
    animateCss: function (animationName) {
        var animationEnd = 'webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend';
        $(this).addClass('animated ' + animationName).one(animationEnd, function() {
            $(this).removeClass('animated ' + animationName);
        });
    }
});

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists