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

    CSS3 Style: -webkit-animation-timing-function
    Defines how an animation progresses between keyframes.

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

    HTML Syntax:
    -webkit-animation-timing-function: function [, ...]

    HTML Constants:
    ease,cubic-bezier(0.25, 0.1, 0.25, 1.0),linear,cubic-bezier(0.0, 0.0, 1.0, 1.0),ease-in,cubic-bezier(0.42, 0, 1.0, 1.0),ease-out,cubic-bezier(0, 0, 0.58, 1.0),ease-in-out,cubic-bezier(0.42, 0, 0.58, 1.0),

    See Also