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

I think I like the `view-transition-class` property the best because it makes it slightly easier to share animations. To share a slide animation you would just do:

```css
.transition-slide {
  view-transition-class: slide;
}
```

The solutions that depend on `view-transition-name` naming conventions might conflict with other use-cases and tools that want you to name transitions a certain way.

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


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

Received on Thursday, 17 August 2023 13:32:27 UTC