DayPilot.Bubble.animation

The animation property sets the bubble popup animation type.

It requires the animated property to be set to true.

Possible Values

  • "fast" (default)
  • "slow"
  • "jump"

Example

var bubble = new DayPilot.Bubble();
bubble.animation = "slow";
bubble.animated = true;