Class KeyframesRule


  • public class KeyframesRule
    extends java.lang.Object
    Keyframes Rule
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyframesRule​(java.util.Optional<java.lang.String> name, java.util.List<KeyframeStyle> keyframes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<KeyframeStyle> getKeyframes()
      List of animation keyframes.
      java.util.Optional<java.lang.String> getName()
      CSS keyframed animation's name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KeyframesRule

        public KeyframesRule​(java.util.Optional<java.lang.String> name,
                             java.util.List<KeyframeStyle> keyframes)
    • Method Detail

      • getName

        public java.util.Optional<java.lang.String> getName()
        CSS keyframed animation's name.
      • getKeyframes

        public java.util.List<KeyframeStyle> getKeyframes()
        List of animation keyframes.