DayPilot.Bubble.animation

The animation property (string) sets the bubble popup animation type.

It requires the animated property to be set to true.

Declaration

DayPilot.Bubble.animation

Possible Values

  • "fast" - the bubble appears quickly with a fade-in animation (default)

  • "slow" - the bubble appears with a slower fade-in animation

  • "jump" - the bubble appears instantly without a gradual transition

Example

const bubble = new DayPilot.Bubble({
  animated: true,
  animation: "slow"
});

See Also

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript