Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce callbacks to hide and show container. #614

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Introduce callbacks to hide and show container. #614

wants to merge 1 commit into from

Conversation

widoz
Copy link

@widoz widoz commented Apr 29, 2017

Instead of using the "on" callbacks that for hide and show behavior,
allowing a callback will prevent the original functions to be called.

So for example, if I want to use slideUp/slideDown the animate effect will not be
performed because the show/hide will be performed before the animated functions.

Instead of using the "on" callbacks that for hide and show behavior,
allowing a callback will prevent the original functions to be called.

So for example, if I want to use slideUp/slideDown the animate effect will not be
performed because the show/hide will be performed before the animated functions.
@widoz
Copy link
Author

widoz commented Apr 29, 2017

If a valid feature I think will be possible to create new wrapper functions for show and hide.

Also, I used the "container" object as this for the function, may be pass as parameter is better?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant