Added
- Added
Set
steps, which allows you to specifically set properties of your target at a certain point in your sequence, a good example is: You want to have anIn
animation and alsoOut
but you want to make sure things looks correct when the animation start, you can now use this to set the properties. Right now only supportsTransform
,RectTransform
Graphic
andImage
but I will extend this over time if turns out to be useful.
What's Changed
- add: more meta changes by @brunomikoski in #70
Full Changelog: v0.5.3...v0.5.4