getndazn / kopytko-utils

A collection of modern utility functions for Brightscript applications
MIT License
6 stars 4 forks source link

feat: extracted animator factory #13

Closed tomek-r closed 2 years ago

tomek-r commented 2 years ago

What did you implement:

I extracted Animation node factory method. Thanks to this we can create animation and interpolator nodes independent of Animator. It has a limitation to have only one interpolator per animation. AnimatorFactory allows having multiple interpolators.

Animator and AnimatorCore are not affected by this change.

How did you implement it:

AnimatorFactory is created.

How can we verify it:

N/A

Todos:

Is this ready for review?: YES Is it a breaking change?: NO

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 2.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: