korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
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
?