Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Complex Type: xe:dojoAnimateProperty

f:com.ibm.xsp.BaseComplexType
   xp:simpleActionInterface
      xe:dojoAnimateProperty

Description

Apply a Dojo animation to a component.

Properties

Java

Java Class: com.ibm.xsp.extlib.actions.client.dojo.AnimateProperty


loaded, boolean  [Inherited]
Loaded
Specifies whether or not the tag instance should be created when the page is loading. Value defaults to 'true'.
Required Attribute false
Localizable false
Allow Runtime Binding false
Allow Load Time Binding true
Allow Non Binding true
node, string
Node
Reference to the component
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
var, string
Var
Animation name
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
attributes, Collection of xp:parameter - com.ibm.xsp.complex.Parameter
Attributes
Specifies a list of JSON attributes to pass as is. Mainly used for client side computed values.
Required Attribute false
easing, string
Easing
Easing
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
duration, int
Duration
Duration
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
repeat, int
Repeat
Repeat
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
rate, int
Rate
Rate
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
delay, int
Delay
Delay
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
properties, Collection of xe:dojoAnimationProps - com.ibm.xsp.extlib.actions.client.dojo.AnimationProps
Animation properties
Specifies the list of properties to change during this animation
Required Attribute false