servo/components/style/properties/helpers
Boris Chiou 02fc1789e8 Bug 1357357 - Make the parser of transition-property match the spec.
1. We add a new arm to TransitionProperty, TransitionProperty::Unsupported,
   which contains an Atom, so it's better to remove the Copy trait from
   TransitionProperty.
2. TransitionProperty::Unsupported(Atom) represents any non-animatable, custom,
   or unrecognized property, and we use Atom to store the ident string for
   serialization.
2017-04-26 21:35:05 +08:00
..
animated_properties.mako.rs Bug 1357357 - Make the parser of transition-property match the spec. 2017-04-26 21:35:05 +08:00