mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Add Servo_AnimationValue_Opacity which creates an AnimationValue of opacity.
This commit is contained in:
parent
d0213b2111
commit
f02bd01add
2 changed files with 14 additions and 3 deletions
|
@ -2618,6 +2618,10 @@ extern "C" {
|
|||
RawServoAnimationValueBorrowed)
|
||||
-> f32;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_AnimationValue_Opacity(arg1: f32)
|
||||
-> RawServoAnimationValueStrong;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_AnimationValue_GetTransform(value:
|
||||
RawServoAnimationValueBorrowed,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue