Question:Explain the parameters of show method?
Answer show( [duration] [, easing] [, callback] )Duration : A string or number determining how long the animation will run.Easing : A string indicating which easing function to use for the transition.Callback : A function to call once the animation is complete.
+ Report
Explain the parameters of show method?