I need help to add my second effect after the first effect is over in letterFx jquery plugin -



I need help to add my second effect after the first effect is over in letterFx jquery plugin -

i total new in jquery. first time using plugin purpose. manage create run after 1 effect. total lost when trying add together effect in letterfx.

while im trying letterfx

$(document).ready(function() { $("#name").letterfx({ "fx":"fly-top" });

i done "fly-top" need add together effect, can say, effect available in plugin add together next, when "fly-top" finished. not add together anyway.

i want add together link here. tuxsudo, site, want utilize plug-in. problem is, i'm not beingness able utilize callback function anyway, said earlier, i'm total new jquery.

i dont quite seek accomplish maybe looking callback function:

$(document).ready(function() { $("#name").letterfx({ "fx":"fly-top", "onelementcomplete": function($element, letterfxobj) { $("#name").letterfx({ "fx":"smear", "onelementcomplete": function($element, letterfxobj) { alert("second fx done!"); } }); } }); });

jquery

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -