- From: Bramus! via GitHub <sysbot+gh@w3.org>
- Date: Sun, 17 Oct 2021 11:06:22 +0000
- To: public-css-archive@w3.org
> 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