paritytech / polkadot-cloud

[BETA] A library and automated platform for developing and publishing assets for Polkadot dapps.
https://polkadot.cloud
GNU General Public License v3.0
23 stars 8 forks source link

Pie chart enhancement: easing functions #633

Open rossbulat opened 1 year ago

rossbulat commented 1 year ago

If feasible for the beta release, allow Pie to have an easing function, that effects its animation. An ease in and out behaviour akin to cubic-bezier(0, 1, 0, 1); would be ideal for the current pie charts in use on staking dashboard.

wirednkod commented 1 year ago

@rossbulat This will mean that we need to remove the current Pie code that "animates" it using react, and convert it to a scss easing function. That will give us many more animations of course but I am not sure if that is exactly what you mean. Can you elaborate?