Updated for jQuery UI 1.8 and cycle 2.81, but it doesn't work so well anymore
The alert reader will notice that the parameters for the transition animation for my flexcal
widget are the same as that used by Mike Alsup's cycle plugin. My hope was that I could use { transition: $.fn.cycle.next }
and be able to use all those cool effects. It turned out to be not so simple; I couldn't jump into the middle of his code and have things work. But I could create a function that set things up correctly and called his transition code:
flexcal
and cycle
’ »