-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Description
Hi,
I was thinking of coding new animations as an option
when we use hide(), show() or updateDom()
there is this nice library that I use regularly
what did you think of this ?
- we can use do this, for example in hide function:
as a reminder: hide: function (speed, callback, options)
options.animate can be created for this
we can assign a number 1 to XX in order to call the animation
naturally, if we don't use this option or number is 0 will result in displaying the default animation (opacity)
- for updateDom
as a reminder: updateDom: function (speed)
we can add new parameter to the function
updateDom: function (speed, animateOut, animateIn)
animateOut, animateIn can be optional
What do you think of this feature?
Reactions are currently unavailable
