The animation property (string) sets the bubble popup animation type.
It requires the animated property to be set to true.
DayPilot.Bubble.animation"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
const bubble = new DayPilot.Bubble({
animated: true,
animation: "slow"
});Animation [doc.daypilot.org]
DayPilot.Bubble.animated - enables/disables bubble animation