Skip to content

Idea: new animation on show(), hide(), updateDom() #3111

@bugsounet

Description

@bugsounet

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)

  • 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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions