-
Notifications
You must be signed in to change notification settings - Fork 4
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
Animated letter #5
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great demo, here are some suggestions to make it awesome.
Hey Romain! Thanks for that nice contribution. I made a lot of suggestions to improve it. Feel free to dig in and it will become amazing. |
Thanks for the comments! Updated a few things. Not sure if perfect yet. |
If the intent is to make a simple demo to highlight the effects of animating the <style>
path {
stroke-dasharray: 1;
stroke-dashoffset: 1;
}
</style>
<path pathLength="1" d="…"/> |
It's not working (a few pixels are not drawn and the path is not closed properly). To make it work with stroke-dasharray: 1.005;
stroke-dashoffset: 1.005; Any idea why? |
No description provided.