notification-js icon indicating copy to clipboard operation
notification-js copied to clipboard

Is there a way to change the direction of the animation?

Open codenprose opened this issue 9 years ago • 1 comments

For example, when changing the position of a notification to ["right", "top"] it would be sweet to have the animation fade in from left to right instead of the default right to left.

codenprose avatar Jun 21 '16 16:06 codenprose

So, in general animations are defined in the CSS file. For now there is no way to customize them for your use case. You may write your own CSS animation though, and overwrite the existing one.

itsdevdom avatar Jun 22 '16 07:06 itsdevdom