bootstrap-growl icon indicating copy to clipboard operation
bootstrap-growl copied to clipboard

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

Open netinhoteixeira opened this issue 11 years ago • 1 comments

I have a suggestion to change de

object.fadeIn();

to something like

object.animate({
    right: 50,
    opacity: "show"
}, 500);

netinhoteixeira avatar Sep 28 '13 05:09 netinhoteixeira

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.

softwarespot avatar Aug 31 '15 08:08 softwarespot