Skip to content

Latest commit

 

History

History
executable file
·
14 lines (7 loc) · 337 Bytes

performance.md

File metadata and controls

executable file
·
14 lines (7 loc) · 337 Bytes

Performance

Animating most of the properties is a performance concern. But Animate Components uses some combinations that can be animated safely like -

  • translate()

  • scale()

  • rotate()

  • opacity

Read more about css animations and its performance here