Jump to content
Search Community

Goo Create

BONOMITE test
Moderator Tag

Warning: Please note

This thread was started before GSAP 3 was released. Some information, especially the syntax, may be out of date for GSAP 3. Please see the GSAP 3 migration guide and release notes for more information about how to update the code to GSAP 3's syntax. 

Recommended Posts

Hello Jack, I am messing with this cool 3D interface called Goo Create, It currently has TweenJS built in, but I want to use Greensock. I know its possible. You think you can create a demo using Greensock. Just a basic set up where I can target the 3D object and transform it in any way. Here is a link showing an example they give. http://www.goocreate.com/learn/html-and-css-buttons-rotating-cube/

 

Thanks

 

-Thomas

 

  • Like 1
Link to comment
Share on other sites

Hi Thomas,

 

TweenLite can tween any numeric property of any JavaScript object, so I'm sure it is theoretically possible to animate anything built with GOO.

It appears they are only using TweenJS to animate a number between 0 and 1 and then using that value to be applied to setRotation() on an entity, via onUpdate.

However, building a demo like this is going to require creating a goo account, learning the tool and API, and tinkering quite a bit.

It sounds pretty interesting, but we just don't have the time right now to go down that path. 

 

 

On second thought, I found a CodePen demo that used Goo and updated it to animate with TweenLite. Hopefully this helps a little:

http://codepen.io/GreenSock/pen/Wvrawp?editors=001

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