mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
parent
a9aa50683f
commit
5c408d2be9
39 changed files with 397 additions and 377 deletions
|
@ -3896,7 +3896,7 @@ pub mod longhands {
|
|||
p2y = try!(input.expect_number());
|
||||
Ok(())
|
||||
}));
|
||||
let (p1, p2) = (Point2D(p1x, p1y), Point2D(p2x, p2y));
|
||||
let (p1, p2) = (Point2D::new(p1x, p1y), Point2D::new(p2x, p2y));
|
||||
Ok(TransitionTimingFunction::CubicBezier(p1, p2))
|
||||
},
|
||||
"steps" => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue