implicit final class SaferCSSKeyframesRule extends AnyVal
- See also
https://drafts.csswg.org/css-animations/#interface-csskeyframesrule
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SaferCSSKeyframesRule
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SaferCSSKeyframesRule(value: CSSKeyframesRule)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
findRule(rule: String): Option[CSSKeyframeRule]
Returns a keyframe rule corresponding to the given key.
Returns a keyframe rule corresponding to the given key. The key is a DOMString containing an index of the keyframe o be returned, resolving to a number between 0 and 1. If no such keyframe exists, findRule returns null.
MDN
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
toString(): String
- Definition Classes
- Any
- val value: CSSKeyframesRule