The animation property sets the bubble popup animation type.
It requires the animated property to be set to true.
var bubble = new DayPilot.Bubble(); bubble.animation = "slow"; bubble.animated = true;