The animation property (string) sets the bubble popup animation type.
It requires the animated property to be set to true.
Declaration
DayPilot.Bubble.animationPossible 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
Animation [doc.daypilot.org]
DayPilot.Bubble.animated - enables/disables bubble animation
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot