Jump to content
Search Community

'requestAnimationFrame' handler took <N>ms error while using GSAP3 timeline.to

sacoraa test
Moderator Tag

Recommended Posts

tl.to(
				konva.node,
				{
					title: parse_data.title,
					duration: parse_data.ani_total_time,
					blurRadius: parse_data.blur.end_blur,
				},
				parse_data.start_time / 60,
			);

'requestAnimationFrame' handler took <N>ms error 

The frame of the animation on the canvas drops.

'konva.js' is in use.

 

Link to comment
Share on other sites

Hi @sacoraa and welcome to the GreenSock forums!

 

It's virtually impossible to know exactly what could be the issue with the information you provide. Please create a minimal demo that illustrates exactly what is happening so we can take a look at it.

 

Finally, is title a property on a specific konva element type? I assume is a text element, perhaps the problem could be found there. Have you tried without it and see what you get?

 

Happy Tweening!!!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...