Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Popout for setting layout animation - Supports hold, linear, cubic ease and elastic - Layouts can have custom interpolation or inherit from up the layout tree - This PR also implements the change to not store flexGrow or alignSelf when setting scaleType, rather we put the logic into syncStyle and directly pass the values for those into the layout engine - Tested with Rive Renderer in editor and seems to work well! - @alxgibsn I moved the animation popout to the Layout inspector. We discussed the Auto Layout inspector, but since animation can be applied to a layoutcomponent that has no children (whereas the Auto Layout inspector must have children to be expanded), it seemed more appropriate there. Diffs= 31f5ee5c4 Animation for Layouts (#7426)
- Loading branch information