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

Change animation speed #5

Open
ghost opened this issue Sep 12, 2014 · 1 comment
Open

Change animation speed #5

ghost opened this issue Sep 12, 2014 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 12, 2014

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.

@cgross
Copy link
Owner

cgross commented Sep 13, 2014

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;

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

1 participant