We aim to introduce update animations to the Trade Count values on the strategy cards, enhancing the visual appeal and reducing static elements in the interface
Overview
Apply the animation only to the Trade Count values on the strategy cards on all supported chains
Flow:
On page load, animate the Trades count for each strategy from 0 up to its current value.
-- Animation duration ~5 sec
-- Numbers update animation example
Animation example
Fetch a new Trade Count value every 30 sec
-- IF a new Trade Count value = old Trade Count value
--- Do not apply any animation
-- IF a new Trade Count value != old Trade Count value
--- Calculate the delta
--- Update the card's old Trade Count value to the new value using the animation
---The animation update duration should take 5-10 seconds
--- Numbers update animation
Animation example
Summary
We aim to introduce update animations to the Trade Count values on the strategy cards, enhancing the visual appeal and reducing static elements in the interface
Overview
Apply the animation only to the Trade Count values on the strategy cards on all supported chains
Flow: