Premium support for our pure JavaScript UI components


Post by tomerPlanit »

Hi I use angular 14 with scheduler 5.2.8v.

I use the showAnimation feature for add some animation and delay, the config looks like it:

  // Create a hover jobs tooltip new format.
        eventTooltip: {
            template: (
                event: {
                    tip: Tooltip,
                    eventRecord: EventModel,
                    startDate: Date,
                    endDate: Date,
                    startText: string,
                    endText: string,
                    startClockHtml: string,
                    endClockHtml: string,
                }) => {
                return `
            ${event.eventRecord.get('name')}
        `;
            },
            floating: true,
            hideOnDelegateChange: true, // Destroy the tooltip every hover source change.
            showAnimation: {
                opacity: {
                    to: 1,
                    duration: '6s',
                    delay: '5s'
                }
            }
        }

The animation definition not works.
I create simple demo for show the problem:

angular14-5.2.8-tooltipAnimation.rar
(111.33 KiB) Downloaded 17 times

Before it works fine what I can do for make it works again?


Post by tasnim »

Hello,
Thanks for your detailed report. Reproduced! Opened a ticket to investigate that. Here it is https://github.com/bryntum/support/issues/6058

Good Luck :),
Tasnim


Post Reply