toggle menu
Kotlin Wrappers API Reference
common
switch theme
search in API
kotlin-css
/
kotlinx.css.properties
/
KeyframesBuilderImpl
Keyframes
Builder
Impl
class
KeyframesBuilderImpl
(
val
indent
:
String
=
""
)
:
KeyframesBuilder
(
source
)
Members
Constructors
Keyframes
Builder
Impl
Link copied to clipboard
constructor
(
indent
:
String
=
""
)
Properties
indent
Link copied to clipboard
open
override
val
indent
:
String
multi
Rules
Link copied to clipboard
open
override
val
multiRules
:
MutableList
<
Rule
>
rules
Link copied to clipboard
open
override
val
rules
:
MutableList
<
Rule
>
Functions
build
Rules
Link copied to clipboard
open
fun
StringBuilder
.
buildRules
(
indent
:
String
)
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
from
Link copied to clipboard
open
fun
from
(
block
:
RuleSet
)
:
Rule
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
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
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String