Méthode | Description | |
---|---|---|
InstallScripts ( ) : String |
Renders a Javascript library inside a single script tag.
|
|
VisualEffect ( string name, string elementId ) : string |
Generates a JS snippet invoking the specified effect. Examples:
|
|
VisualEffect ( string name, string elementId, IDictionary options ) : string |
Generates a JS snippet invoking the specified effect. Examples: Common options includes Callbacks: If you want to use the DropOut effect, please refer to VisualEffectDropOut |
|
VisualEffectDropOut ( string elementId, IDictionary queue ) : string |
Generates a JS snippet invoking the DropOut effect Examples:
|
Méthode | Description | |
---|---|---|
GetJavascriptFunctions ( ) : String |
public VisualEffect ( string name, string elementId ) : string | ||
name | string | The effect name. |
elementId | string | The element id to act upon. |
Résultat | string |
public VisualEffect ( string name, string elementId, IDictionary options ) : string | ||
name | string | The effect name. |
elementId | string | The element id to act upon. |
options | IDictionary | A dictionary used to specify options to the effect behavior |
Résultat | string |
public VisualEffectDropOut ( string elementId, IDictionary queue ) : string | ||
elementId | string | The element id to act upon. |
queue | IDictionary | A dictionary used to specify options to the DropOut behavior |
Résultat | string |