mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Partial implementation of transform animations spec.
Also tidy up some of the ComputedMatrix code.
This commit is contained in:
parent
cc8ad768b9
commit
6dd082278d
5 changed files with 212 additions and 71 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue