hpi-swa-teaching / SVGMorph

(SWT22-04)
MIT License
5 stars 2 forks source link

Spike animatable properties #38

Open Sohn123 opened 2 years ago

Sohn123 commented 2 years ago

Implement a framework for animations. 21 21 34

Greenscreen23 commented 2 years ago

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.