Mini Shell

Direktori : /home2/aravindar/public_html/admin/assets/js/
Upload File :
Current File : /home2/aravindar/public_html/admin/assets/js/animation.js

"use strict";
  $(document).ready(function(){
        $('.js--triggerAnimation').on('click',function(e){
            e.preventDefault();
            var anim = $('.js--animations').val();
            testAnim(anim);
        });

        $('.js--animations').on('change',function(){
            var anim = $(this).val();
            testAnim(anim);
        });

          function testAnim(x) {
        $('#animationSandbox').removeClass().addClass(x + ' animated').one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', function(){
            $(this).removeClass();
        });
    };
    });

Zerion Mini Shell 1.0