Skip to main content
A newer version of this page is available. .

ASPxClientHintOptions.animation Property

Gets or sets whether it should use animation effects when a hint appears.

Declaration

animation: any

Property Value

Type Description
any

true if animation is enabled; otherwise false.

Remarks


ASPxClientHint.Register('.class_name', {
  content: 'sample content', 
  position: 'top',
  showCallout: false,
  offset: 10,
  animation: false,
  triggerAction: 'hover'
});
See Also