fn animation_property_name_to_idl_attribute_name(property_name: &str) -> StringExpand 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.