Jump to content
Search Community

gsap3 crash

jonForum test
Moderator Tag

Recommended Posts

 

hi guys.

trying convert my current app with gsap3
Little crash here ? i can't track why? any ideas about what can do this ?

Don't know what hardness should be , but it look undefined.

Removed from projets:"

---TweenMax.js
---EasePack.js
---TimelineLite.js
Added gsap3
gsap.js 
EasePack.js

DdnyO2G8_o.png

Link to comment
Share on other sites

Ho ok finally found the coupable !

Bs7vozsZ_o.png

 

So it look like in gsap3 we cant any more pass array like this.
 

const arr = [20,15,10];
TweenLite.to(arr, 1, { 0: 30, ease: Power4.easeOut }); //ex: move arr[0] to=>30

dont know why worked in gsap2, and get core error in gsap3, but i will remove for now, and try found another ways.

  • Thanks 1
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...