toggle menu
Kotlin Wrappers API Reference
common
switch theme
search in API
kotlin-css
/
kotlinx.css.properties
/
KeyframesBuilder
Keyframes
Builder
interface
KeyframesBuilder
:
RuleContainer
(
source
)
Inheritors
KeyframesBuilderImpl
Members
Properties
indent
Link copied to clipboard
abstract
val
indent
:
String
multi
Rules
Link copied to clipboard
abstract
val
multiRules
:
MutableList
<
Rule
>
rules
Link copied to clipboard
abstract
val
rules
:
MutableList
<
Rule
>
Functions
build
Rules
Link copied to clipboard
open
fun
StringBuilder
.
buildRules
(
indent
:
String
)
from
Link copied to clipboard
open
fun
from
(
block
:
RuleSet
)
:
Rule
invoke
Link copied to clipboard
open
operator
fun
Double
.
invoke
(
block
:
RuleSet
)
:
Rule
open
operator
fun
Int
.
invoke
(
block
:
RuleSet
)
:
Rule
resolve
Rules
Link copied to clipboard
open
fun
resolveRules
(
rules
:
List
<
Rule
>
,
multiRules
:
List
<
Rule
>
)
:
List
<
Rule
>
rule
Link copied to clipboard
open
fun
rule
(
selector
:
String
,
block
:
RuleSet
)
:
Rule
open
fun
rule
(
selector
:
String
,
passStaticClassesToParent
:
Boolean
,
repeatable
:
Boolean
=
false
,
block
:
RuleSet
)
:
Rule
open
fun
rule
(
selector
:
String
,
passStaticClassesToParent
:
Boolean
,
repeatable
:
Boolean
=
false
,
css
:
CssBuilder
)
:
Rule
to
Link copied to clipboard
open
fun
to
(
block
:
RuleSet
)
:
Rule