LiveStyle.Manifest.ViewTransitionClassEntry (LiveStyle v0.12.0)
View SourceEntry structure for view transitions.
Summary
Functions
Gets the ident from a view transition entry.
Creates a new view transition entry.
Gets the styles from a view transition entry.
Types
Functions
Gets the ident from a view transition entry.
Creates a new view transition entry.
Parameters
ident- The CSS class name (e.g., "x1abc123")styles- The view transition styles (keyed by pseudo-element)
Examples
ViewTransitionClassEntry.new("x1abc123", [
old: [animation_name: "fadeOut"],
new: [animation_name: "fadeIn"]
])
Gets the styles from a view transition entry.