ASPxClientHintOptions.animation Property
Gets or sets whether it should use animation effects when a hint appears.
Declaration
animation: any
Property Value
Type | Description |
---|---|
any |
|
Remarks
ASPxClientHint.Register('.class_name', {
content: 'sample content',
position: 'top',
showCallout: false,
offset: 10,
animation: false,
triggerAction: 'hover'
});
See Also