toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.style
/
CSS
/
KeyFrame
Key
Frame
data
class
KeyFrame
(
val
ratio
:
Ratio
,
val
declarations
:
CSS.Declarations
)
Members
Constructors
Key
Frame
Link copied to clipboard
constructor
(
ratio
:
Ratio
,
declarations
:
CSS.Declarations
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
declarations
Link copied to clipboard
val
declarations
:
CSS.Declarations
easing
Link copied to clipboard
val
easing
:
Easing
ratio
Link copied to clipboard
val
ratio
:
Ratio
Functions
get
Link copied to clipboard
operator
fun
get
(
key
:
String
)
:
CSS.Expression
?