DayPilot.Bubble.hideAfter

The hideAfter property (number) sets the delay after which the bubble gets hidden (in milliseconds).

  • If the value is >0 the bubble will get hidden when you move the mouse out of the bubble and the source object (after the specified number of milliseconds).
  • If the value is set to 0 the bubble will not be hidden on mouseout.

Default Value

500

Example

var bubble = new DayPilot.Bubble();
bubble.hideAfter = 1000;