1

as you all know, in jQuery you can do an animation chain as easy as: $('obj').fadeIn().fadeOut();

now I've made an extension, and want to be able to add it to animations of jQuery and be able to chain-animate: $('obj').fadeIn().myFunction().fadeOut();

jsfiddle link: http://jsfiddle.net/TwLLZ/

  • Your fiddle is already working, what is your question? – tdmartin Feb 04 '14 at 01:35
  • i just did it in your fiddle and it worked. – Tony Feb 04 '14 at 01:38
  • what do you mean?!! show me! –  Feb 04 '14 at 01:39
  • sounds like exact duplicate of [How do I chain or queue custom functions using JQuery?](http://stackoverflow.com/questions/1095263/how-do-i-chain-or-queue-custom-functions-using-jquery). Also have a look at https://stackoverflow.com/questions/1058158/can-somebody-explain-jquery-queue-to-me for further questions – Bergi Feb 04 '14 at 01:39
  • NO!! it's a custom made animation!!!! –  Feb 04 '14 at 01:41
  • ok! second link is right! –  Feb 04 '14 at 01:43

0 Answers0