mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / CSS3Style Object / WebkitAnimationPlayState Property
In This Topic
    WebkitAnimationPlayState Property
    In This Topic
    Description

    CSS3 Style: -webkit-animation-play-state
    Determines whether the animation is running or paused.

    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property WebkitAnimationPlayState As String
    Remarks

    HTML Syntax:
    -webkit-animation-play-state: play_state [, ...]

    HTML Constants:
    running,paused,

    See Also