angular-notify icon indicating copy to clipboard operation
angular-notify copied to clipboard

Change animation speed

Open ghost opened this issue 9 years ago • 1 comments

Hey there! Thx for very nice plugin.

I was wondering - is there any way of changing animation speed or easing? Default speed is very slow.

ghost avatar Sep 12 '14 11:09 ghost

Sure. Feel free to override the styles on .cg-notify-message.

    -webkit-transition: top 0.5s ease-out,opacity 0.2s ease-out;
    -moz-transition: top 0.5s ease-out,opacity 0.2s ease-out;
    -o-transition: top 0.5s ease-out,opacity 0.2s ease-out;
    transition: top 0.5s ease-out,opacity 0.2s ease-out;

cgross avatar Sep 13 '14 03:09 cgross