Packages

c

org.danielnixon.saferdom.raw

CSSKeyframesRule

class CSSKeyframesRule extends CSSRule

The CSSKeyframesRule interface describes an object representing a complete set of keyframes for a CSS animation. It corresponds to the contains of a whole @@keyframes at-rule. It implements the CSSRule interface with a type value of 7 (CSSRule.KEYFRAMES_RULE).

MDN

Annotations
@RawJSType() @native()
Linear Supertypes
CSSRule, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CSSKeyframesRule
  2. CSSRule
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CSSKeyframesRule()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. var CHARSET_RULE: Int
    Definition Classes
    CSSRule
  5. var FONT_FACE_RULE: Int
    Definition Classes
    CSSRule
  6. var IMPORT_RULE: Int
    Definition Classes
    CSSRule
  7. var KEYFRAMES_RULE: Int
    Definition Classes
    CSSRule
  8. var KEYFRAME_RULE: Int
    Definition Classes
    CSSRule
  9. var MEDIA_RULE: Int
    Definition Classes
    CSSRule
  10. var NAMESPACE_RULE: Int
    Definition Classes
    CSSRule
  11. var PAGE_RULE: Int
    Definition Classes
    CSSRule
  12. var STYLE_RULE: Int
    Definition Classes
    CSSRule
  13. var UNKNOWN_RULE: Int
    Definition Classes
    CSSRule
  14. var VIEWPORT_RULE: Int
    Definition Classes
    CSSRule
  15. def appendRule(rule: String): Unit

    Inserts a new keyframe rule into the current CSSKeyframesRule.

    Inserts a new keyframe rule into the current CSSKeyframesRule. The parameter is a DOMString containing a keyframe in the same format as an entry of a @keyframes at-rule. If it contains more than one keyframe rule, a DOMException with a SYNTAX_ERR is thrown.

    MDN

  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def cssRules: CSSRuleList

    Returns a CSSRuleList of the CSS rules in the media rule.

    Returns a CSSRuleList of the CSS rules in the media rule.

    MDN

  19. var cssText: String

    cssText returns the actual text of the style rule.

    cssText returns the actual text of the style rule. To be able to set a stylesheet rule dynamically, see Using dynamic styling information.

    MDN

    Definition Classes
    CSSRule
  20. def deleteRule(rule: String): Unit

    Deletes a keyframe rule from the current CSSKeyframesRule.

    Deletes a keyframe rule from the current CSSKeyframesRule. The parameter is the index of the keyframe to be deleted, expressed as a DOMString resolving as a number between 0 and 1.

    MDN

  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  25. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  29. var name: String

    Represents the name of the animation, used by the animation-name property.

    Represents the name of the animation, used by the animation-name property.

    MDN

  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  33. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toLocaleString(): String
    Definition Classes
    Object
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. def type: Int
    Definition Classes
    CSSRule
  38. def valueOf(): Any
    Definition Classes
    Object
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from CSSRule

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped