diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2017-06-29 13:35:40 +0200 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2017-06-29 14:03:15 +0200 |
commit | 9ab0b9b4ac710aab9c77647bfbf9a6fe0495fc2f (patch) | |
tree | d73a23505b6c93b083d5fdcfade98dcf1500b907 /components/style/macros.rs | |
parent | 522d24d1260c93b570882e5bf42f2c9c25ef334c (diff) | |
download | servo-9ab0b9b4ac710aab9c77647bfbf9a6fe0495fc2f.tar.gz servo-9ab0b9b4ac710aab9c77647bfbf9a6fe0495fc2f.zip |
Introduce ToAnimatedValue 🎥
Diffstat (limited to 'components/style/macros.rs')
-rw-r--r-- | components/style/macros.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/style/macros.rs b/components/style/macros.rs index 7899ef61083..569d5e7d54c 100644 --- a/components/style/macros.rs +++ b/components/style/macros.rs @@ -110,6 +110,7 @@ macro_rules! define_keyword_type { } impl $crate::values::computed::ComputedValueAsSpecified for $name {} + impl $crate::values::animated::AnimatedValueAsComputed for $name {} no_viewport_percentage!($name); }; } |