public class KeyframeStyle extends Object
| Constructor and Description |
|---|
KeyframeStyle() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEasing()
`AnimationEffect`'s timing function.
|
String |
getOffset()
Keyframe's time offset.
|
void |
setEasing(String easing)
`AnimationEffect`'s timing function.
|
void |
setOffset(String offset)
Keyframe's time offset.
|
public String getOffset()
public void setOffset(String offset)
public String getEasing()
public void setEasing(String easing)
Copyright © 2020. All rights reserved.