Skip to main content

animation_property_name_to_idl_attribute_name

Function animation_property_name_to_idl_attribute_name 

Source
fn animation_property_name_to_idl_attribute_name(property_name: &str) -> String
Expand description

https://drafts.csswg.org/web-animations-1/#animation-property-name-to-idl-attribute-name

ยงPanics

Panics when the property name is empty or consists only of - characters. In general it is assumed that property_name is a CSS property.