Partial implementation of transform animations spec.

Also tidy up some of the ComputedMatrix code.
This commit is contained in:
Glenn Watson 2015-06-04 11:04:45 +10:00
parent cc8ad768b9
commit 6dd082278d
5 changed files with 212 additions and 71 deletions

View file

@ -888,7 +888,7 @@ pub mod specified {
}
pub mod computed {
pub use super::specified::{BorderStyle, Time};
pub use super::specified::{Angle, BorderStyle, Time};
use super::specified::{AngleOrCorner};
use super::{specified, CSSFloat};
pub use cssparser::Color as CSSColor;