Having problem with "after" option function firing *immediately* after
the "before" function but only on initialization. Have tried updated
versions on Github, tried older versions from Git and can't find one
that doesn't do this Set up following test page to print time when "before" and "after" fire. Get a print each and every time, right after "before" on first slide, then it fires properly after that in proper sequence. Speed is set 3000, timeout set 2000 ( "after" doesn't seem to wait for timeout either) http://www.getnoticedinternet.com/test/cycleDemos/afterTest.html |
- [jQuery] Cycle "after" function fires on init Charlie