Re: [csswg-drafts] [css-view-transitions-2] Creating 'classes' of transition groups (#8319)

@noamr does this proposal include multiple classes?

```css
::view-transition-group(*).section-fade-in.section-slide-from-left {
  animation-name: fade-in-from-left;
}

section {
  view-transition-class: section-fade-in section-slide-from-left;
}
```

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


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

Received on Monday, 30 October 2023 19:54:50 UTC