Indicates that the duration of a time-based dynamic will be skipped for the first data update.
This is useful, for example, for a time-based Hide dynamic that uses both
AnimateWhenTrue and
ReverseAnimateWhenFalse, to prevent an initial fade-out.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public bool SkipInitialDuration { get; set; } |
Visual Basic |
---|
Public Property SkipInitialDuration As Boolean
Get
Set |
JScript |
---|
function get SkipInitialDuration () : boolean
function set SkipInitialDuration (value : boolean) |
See Also