You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Embarrassingly, I have a glaring error in my documentation that I just noticed - because I never bothered to reread my documentation after that first day, I guess.
fade : [ in : 'fast', out : 'slow' ]
Should (obviously) be:
fade : { in : 'fast', out : 'slow' }
I did this (or something like it) in multiple places.
The text was updated successfully, but these errors were encountered:
Embarrassingly, I have a glaring error in my documentation that I just noticed - because I never bothered to reread my documentation after that first day, I guess.
Should (obviously) be:
I did this (or something like it) in multiple places.
The text was updated successfully, but these errors were encountered: