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 ?
Sample of integration:

- 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)
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?
Hi,
I was thinking of coding new animations as an option
when we use
hide(),show()orupdateDom()there is this nice library that I use regularly
what did you think of this ?
Sample of integration:

as a reminder:
hide: function (speed, callback, options)options.animatecan be created for thiswe 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)as a reminder:
updateDom: function (speed)we can add new parameter to the function
updateDom: function (speed, animateOut, animateIn)animateOut,animateIncan be optionalWhat do you think of this feature?