Bubble showAfter setting has no effect
Asked by Anonymous
5 years ago.
5 years ago.
Below is my code for an event.data.area. I have tried several values in the ShowAfter property, but the bubble always opens immediatly.
I've read the documentation on the bubble class, but I still cannot get it to have a delayed opening.
https://api.daypilot.org/daypilot-bubble-showafter/
bubble: new DayPilot.Bubble({
hideAfter: 2000,
showAfter: 5000,
animation: 'slow',
onLoad: function (args) {
args.html = infoBubbleHtml;
}
}),
action: "Bubble",
Thank you in advance,
PS. We Love DayPilot !! This library is truly amazing. Nice Job!
DayPilot