Jump to content
Search Community

Morphing two arrays

JamesGrubb test
Moderator Tag

Recommended Posts

GSAP has the endArray plugin built into that tweens between arrays but it's not built to support mixed data types like you have (strings and numbers). As such you would need to write your own logic for combining the arrays. Something like this:

See the Pen zYBYwpg?editors=0010 by GreenSock (@GreenSock) on CodePen

 

However it's much easier to just use GSAP's MorphSVG plugin or animate the attr like mikel said :) 

  • Like 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...