-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Animating the Property Offset of an SVG Gradient #229
Comments
Yes, that's the downside of having a single object for both animatable properties and settings. Any suggestions are welcome. |
Maybe changing it to this style:
or this one:
^ this style doesn't have to be the main way to declare these kind of properties; the current way works pretty dandy. Just as another notation way. Love the way it is. Can't really help with the code though. Never really used Github to make Pull Requests(i suppose thats how you call code submissions right?) |
Offset can relate to many dimensions: xOffset, yOffset, timeOffset. So maybe in the next major update renaming |
Would it make sense to add a prefix to the property that could also be used consistently across the other settings properties, to prevent other possible name conflicts? Something like |
The offset property has been replaced by timelineOffset in V3. |
Well .. as the name 'offset' is taken by the animating properties it seems impossible to me to animate it per the usual way.
The text was updated successfully, but these errors were encountered: