Discuss anything related to web development but no technical support questions


Post by kanimozhi »

Hi,

I have a requirement to highlight particular event for 10 sec. I have used scrollEventIntoView function .
scheduler.scrollEventIntoView(event, {
            highlight: true,
            center: true,
            block: 'start',
            animate: {
                easing: 'easeFromTo',
                duration: 0
            }
        });
   

Here i need to highlight the scroll event for 10 secs . Please share me the attribute to increase the animation timing.

Post by mats »

Please don't post product questions in the community discussion. Always use a product forum.

Post Reply