Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.ElementFxConfig Class Reference

More...

Public Member Functions

virtual string Serialize ()
 

Properties

override ConfigOptionsCollection ConfigOptions [get]
 
virtual bool Alternate [get, set]
 Used in conjunction with iterations to reverse the animation each time an iteration completes. More...
 
virtual int Delay [get, set]
 Time to delay before starting the animation. Defaults to 0. More...
 
virtual int Iterations [get, set]
 
virtual bool Dynamic [get, set]
 Currently only for AbstractComponent Animation: Only set a component's outer element size bypassing layouts. Set to true to do full layouts for every frame of the animation. Defaults to false. More...
 
virtual bool Reverse [get, set]
 
JFunction Callback [get, set]
 A function called when the effect is finished. Note that effects are queued internally by the Fx class, so do not need to use the callback parameter to specify another effect – effects can simply be chained together and called in sequence (e.g., el.slideIn().highlight();). The callback is intended for any additional code that should run once a particular effect has completed. The Element being operated upon is passed as the first parameter. More...
 
int Duration [get, set]
 Time in milliseconds for a single animation to last. If the iterations property is specified, then each animate will take the same duration for each iteration. More...
 
Easing Easing [get, set]
 A valid Easing value for the effect More...
 
string Scope [get, set]
 The scope of the effect function More...
 

Detailed Description

Member Function Documentation

◆ Serialize()

virtual string Ext.Net.ElementFxConfig.Serialize ( )
inlinevirtual

Property Documentation

◆ Alternate

virtual bool Ext.Net.ElementFxConfig.Alternate
getset

Used in conjunction with iterations to reverse the animation each time an iteration completes.

◆ Callback

JFunction Ext.Net.ElementFxConfig.Callback
getset

A function called when the effect is finished. Note that effects are queued internally by the Fx class, so do not need to use the callback parameter to specify another effect – effects can simply be chained together and called in sequence (e.g., el.slideIn().highlight();). The callback is intended for any additional code that should run once a particular effect has completed. The Element being operated upon is passed as the first parameter.

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.ElementFxConfig.ConfigOptions
get

◆ Delay

virtual int Ext.Net.ElementFxConfig.Delay
getset

Time to delay before starting the animation. Defaults to 0.

◆ Duration

int Ext.Net.ElementFxConfig.Duration
getset

Time in milliseconds for a single animation to last. If the iterations property is specified, then each animate will take the same duration for each iteration.

◆ Dynamic

virtual bool Ext.Net.ElementFxConfig.Dynamic
getset

Currently only for AbstractComponent Animation: Only set a component's outer element size bypassing layouts. Set to true to do full layouts for every frame of the animation. Defaults to false.

summary> Run the animation from the end to the beginning. Defaults to false. /summary>

◆ Easing

Easing Ext.Net.ElementFxConfig.Easing
getset

A valid Easing value for the effect

◆ Scope

string Ext.Net.ElementFxConfig.Scope
getset

The scope of the effect function


The documentation for this class was generated from the following files: