mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
removed invalid FIXME
This commit is contained in:
parent
c48a326fb3
commit
6bf5c24434
1 changed files with 0 additions and 2 deletions
|
@ -311,8 +311,6 @@ macro_rules! try_parse_one {
|
|||
try!(self.animation_duration.to_css(dest));
|
||||
try!(write!(dest, " "));
|
||||
|
||||
// FIXME: timing function is displaying the actual mathematical name "cubic-bezier(0.25, 0.1, 0.25, 1)"
|
||||
// instead of the common name "ease"
|
||||
try!(self.animation_timing_function.to_css(dest));
|
||||
try!(write!(dest, " "));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue