removed invalid FIXME

This commit is contained in:
z1mvader 2017-02-07 15:01:52 -05:00
parent c48a326fb3
commit 6bf5c24434

View file

@ -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, " "));