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

Suggestion to change fadeIn effect to a effect like alertify.js #35

Open
netinhoteixeira opened this issue Sep 28, 2013 · 1 comment
Open

Comments

@netinhoteixeira
Copy link

I have a suggestion to change de

object.fadeIn();

to something like

object.animate({
    right: 50,
    opacity: "show"
}, 500);
softwarespot added a commit to softwarespot/jquery-bootstrap-purr that referenced this issue Aug 31, 2015
Due to the request:
longlostnick/bootstrap-growl#35. Now you can
explictly state how the purrs should be animated, without being forced
to use fadeIn and fadeOut. by default the purrs will be fadeIn and
fadeOut.
@softwarespot
Copy link

Instead of hardcoding it this way, the best approach would be to have two new options that a user can override as to how to animate and just swap fadeIn and fadeOut for animate. See my custom plugin called jQuery-Bootstrap-Purr of how I did it.

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

No branches or pull requests

2 participants