Juicy / juicy-tile-grid

Masonry-like Custom Element for sortable tiles that packs efficiently without changing HTML structure (changes CSS only), and adapts it to CSS Grid Layout. Extended renderer for juicy-tile-list.
http://juicy.github.io/juicy-tile-grid/
MIT License
8 stars 1 forks source link

Transitions inconsistency #4

Open tomalec opened 10 years ago

tomalec commented 10 years ago

According to current CSS transitions spec grid position is not 'animatable'. So re-positioning is not reflected by animation. Also re-sizing for "dynamic" and "adaptive" tiles will break transition, as it sticks to row/column size.

Should we event support animation in only one case? Size - only when fixed, non-dynamic, non-adaptive.

tomalec commented 10 years ago

Good news! :) grid-template-rows and -columns are about to be animatable! :) However, still, there is nothing about animating grid position