Added optional Duration duration property, to allow developers control the animation's duration better. Didn't change the original value .
Added optional Curve curve property, to allow developers control the animation's curve better. Didn't change the original value.
Changed Row to Stack. Original Row had 3 fixed frames (left, center, right), but with Stack and Align it will animate position by given animation values (as many frames as possible, no hardcoded frames)
Added optional Duration duration property, to allow developers control the animation's duration better. Didn't change the original value . Added optional Curve curve property, to allow developers control the animation's curve better. Didn't change the original value. Changed Row to Stack. Original Row had 3 fixed frames (left, center, right), but with Stack and Align it will animate position by given animation values (as many frames as possible, no hardcoded frames)
Also changed the text to be centered.