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

Example to style cursor pointer animation #2

Closed
Marlysson opened this issue Jan 6, 2017 · 1 comment
Closed

Example to style cursor pointer animation #2

Marlysson opened this issue Jan 6, 2017 · 1 comment

Comments

@Marlysson
Copy link

Marlysson commented Jan 6, 2017

I saw that you use in the examples in final of README to animate cursor , this:

@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

You can use the property animation-direction using the reverse or alternate value , to no need apply the same state of moment 0%at moment 100% .

That it just apply the same effect start's animation.

@Marlysson Marlysson changed the title In examples to style cursor pointer animation Example to style cursor pointer animation Jan 6, 2017
@luisvinicius167
Copy link
Owner

@Marlysson yeah, true! Thanks for this point!

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