KeyframesBuilder

Properties

Link copied to clipboard
abstract val indent: String
Link copied to clipboard
abstract val multiRules: MutableList<Rule>
Link copied to clipboard
abstract val rules: MutableList<Rule>

Functions

Link copied to clipboard
open fun StringBuilder.buildRules(indent: String)
Link copied to clipboard
open fun from(block: RuleSet): Rule
Link copied to clipboard
open operator fun Double.invoke(block: RuleSet): Rule
open operator fun Int.invoke(block: RuleSet): Rule
Link copied to clipboard
open fun resolveRules(rules: List<Rule>, multiRules: List<Rule>): List<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
Link copied to clipboard
open fun to(block: RuleSet): Rule