kPseudoIdViewTransition);Vladimir LevinI suspect unmatched keyframe names is going to be a common occurrence. I think we should just move the keyframe rules to html.css. This way we don't need to load the entire view transition stylesheet css unless/until view transitions are actually used. Adding @vmp...@chromium.org to confirm.
Hyowon KimYeah, I agree we should move as much of this as possible to html.css
@kev...@chromium.org who has done some of this work already.
Moved the three @keyframes rules to html.css and removed them from transition.css. Please take another look.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Code-Review | +1 |
kPseudoIdViewTransition);Vladimir LevinI suspect unmatched keyframe names is going to be a common occurrence. I think we should just move the keyframe rules to html.css. This way we don't need to load the entire view transition stylesheet css unless/until view transitions are actually used. Adding @vmp...@chromium.org to confirm.
Hyowon KimYeah, I agree we should move as much of this as possible to html.css
@kev...@chromium.org who has done some of this work already.
Moved the three @keyframes rules to html.css and removed them from transition.css. Please take another look.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Allow author stylesheets to use UA @keyframes for view transitions
UA @keyframes like -ua-view-transition-fade-out were defined in
`DefaultPseudoElementStyle`, which is only searched for pseudo-elements.
Move them to html.css so they are always available to regular elements.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |