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

Support animations #33

Open
lukasrad02 opened this issue May 25, 2022 · 1 comment
Open

Support animations #33

lukasrad02 opened this issue May 25, 2022 · 1 comment
Labels
User Story A user story

Comments

@lukasrad02
Copy link
Contributor

lukasrad02 commented May 25, 2022

As a viewer, I would like to have support for animations in SVGs in order to view SVGs correctly
Spike anlegen

@Greenscreen23
Copy link
Contributor

There are currently four different, not deprecated, animation elements, that are an implementation of a subclass of SVGAnimationElement

These are:
animate, for animating properties
set, for setting properties
animateMotion, for animating the movement of an element along a certain path.
animateTransform, for applying transformations to an element.

I think it might be sensible to turn each of them into a user story, even though they are not totally separate. I think its also a good idea to look for basic properties of those elements, and ask our customer, which of those are desirable to him.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
User Story A user story
Projects
None yet
Development

No branches or pull requests

2 participants