Re: [csswg-drafts] [css-grid] Grid Item Position Transitions (#6736)

> Borrowing from `scroll-behavior`, …

On Twitter [it was pointed out](https://twitter.com/ChallengesCss/status/1449686474308345856) that this approach, just like `scroll-behavior`, lacks the ability to be configured _(duration, easing, delay)_.

Perhaps a new keyword to be used in conjunction with the already existing `transition` could form a better approach

```css
.grid-item {
  transition: reflow 1s ease-in-out;
}
```

-- 
GitHub Notification of comment by bramus
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6736#issuecomment-945093092 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Sunday, 17 October 2021 11:06:23 UTC