Skip to content

Added a helper component for easier tick/frame based animations

Fabian Riethmayer requested to merge hig-animation into master

Added a component for easier notation of frame timed animations. It should be more performant as well, since it only needs one Timer, instead of multiple.

Merge request reports