style: Move animation of svg-related bits outside of animated_properties.

Being in mako is unnecessary, and makes it harder to debug and such.

Differential Revision: https://phabricator.services.mozilla.com/D10843
This commit is contained in:
Emilio Cobos Álvarez 2018-11-04 14:56:21 +01:00
parent 8b49ef813f
commit c88a483322
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
3 changed files with 215 additions and 205 deletions

View file

@ -22,6 +22,7 @@ pub mod color;
pub mod effects;
mod font;
mod length;
mod svg;
/// The category a property falls into for ordering purposes.
///