You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The scroll-timeline-name and view-timeline-name properties have this grammar: none | <custom-ident>#. That is fine in isolation, but it's inconsistent with animation-name, which has [ none | <custom-ident> ]#, and that made me wonder if it's intentional.
If it is intentional, then feel free to close this.