-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
SVG's SMIL animations are deprecated. #14
Comments
I have plans to transition to CSS animations, however my free time is little. May be a bit. Any help is appreciated. |
Is there any way to use the CSS animations when the SVG is used by IMG tag oder css background-image? Currently i use one SVG-Loader here: https://my-azur.de/blog/usa-urlaub-2015-florida-roadtrip-richtung-naples-mit-vielen-stopps/ as a background image. |
Huge fan of this library @SamHerbert! I made sure sure I appended credit to you, but for everyone else; I decided to take a stab at recreating these using GSAP. You can view the demo at http://codepen.io/zslabs/full/YwygoQ/ Still a little off on some, but am happy with the direction these are going. Any contributions are welcome! |
@SamHerbert from your note "NOTE: Chrome 45 has deprecated the use of SMIL animations" does this means if I use the actual loaders they won't work on Chrome ? have you fixed the issue ? |
@medbouzid It looks like the Chrome team has currently suspended the deprecation. They are safe to use in Chrome, for now. I have been converting the icons to CSS in the |
@medbouzid Is it safe to use your |
Came across this repo again and was actually surprised that I left a reply here years ago! 🤣 |
SMIL is deprecated and should be replaced with CSS animation.
The text was updated successfully, but these errors were encountered: