style: Add animation-timing-function parsing as experimental.

This commit is contained in:
Emilio Cobos Álvarez 2016-06-17 04:07:26 +02:00
parent c80084cd29
commit b6ecb1ccb1
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
2 changed files with 8 additions and 0 deletions

View file

@ -880,6 +880,12 @@ ${helpers.single_keyword("overflow-x", "visible hidden scroll auto", need_clone=
pub use super::transition_duration::SpecifiedValue;
</%helpers:longhand>
<%helpers:longhand name="animation-timing-function" experimental="True">
pub use super::transition_timing_function::computed_value;
pub use super::transition_timing_function::{parse, get_initial_value};
pub use super::transition_timing_function::SpecifiedValue;
</%helpers:longhand>
// CSSOM View Module
// https://www.w3.org/TR/cssom-view-1/
${helpers.single_keyword("scroll-behavior",