mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Add IsTransitionable FFI
This commit is contained in:
parent
479c3e4528
commit
d249c61c0d
3 changed files with 22 additions and 0 deletions
|
@ -2248,6 +2248,9 @@ extern "C" {
|
|||
extern "C" {
|
||||
pub fn Servo_Property_IsAnimatable(property: nsCSSPropertyID) -> bool;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_Property_IsTransitionable(property: nsCSSPropertyID) -> bool;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_Property_IsDiscreteAnimatable(property: nsCSSPropertyID)
|
||||
-> bool;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue