Martinocom / MoneygerAppSite

0 stars 0 forks source link

Fix all references to animateError and layout animations that can possibly overwrite the "custom" animations #25

Closed Martinocom closed 3 months ago

Martinocom commented 3 months ago

Main problem is the AnimatedButton, that has both entering/exiting AND error animation. The easiest way is to create a special button that will have the error animation applied on his container (or entering/exiting on his container).

Martinocom commented 3 months ago

Decided to split buttons in three components: Fill, Outline and TextButton. Every step of intro is now done.

Martinocom commented 3 months ago

Multiple commits, I don't even bother to link them here