arwes / arwes

Futuristic Sci-Fi UI Web Framework.

Home Page:https://arwes.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Table component animations and accessibility features

romelperez opened this issue · comments

RELATED TO #88


The Table component has some issues in performance and accessibility when animations are executed.

  • Update animations to use CSS opacity and transforms as much as possible to prevent extra layout changes.
  • Review transition animations performance optimizations.
  • Add row/cell update animation transitions.
  • Fix overflow hidden layout resize on transition animations.
  • Row hover should not occur on animation flow different from entered.
  • Allow dynamic data update with transitions support.

Closed due to #46 (comment)