MovyJS - v.1.0.0 . Example 1

by Ilker Guller

    $(document).ready(function (){
        $('.mouseArea').movyjs({
            onComplete: function (){
                alert("COMPLETED");
            }
        });
    });