Coder Social home page Coder Social logo

"TWEEN is undefined" about tweenjs HOT 6 CLOSED

createjs avatar createjs commented on September 17, 2024 1
"TWEEN is undefined"

from tweenjs.

Comments (6)

aprilcarter avatar aprilcarter commented on September 17, 2024 1

Thanks! It turns out, I was getting this mixed up with another library called tweenjs that does use an object called TWEEN. I was using your CDN, (because I assumed your site belonged to the other tweenjs), and getting the methods all mixed up going back and forth between the two libraries' documentation. I was using their methods with your object. I can't believe I missed that they were two separate libraries for so long. The fact that the TWEEN object comes back as undefined even when I am referencing the right files means that I will probably try to work out how to do what I want with createjs before trying to figure out why TWEEN isn't working. It seems like this tween library is more complete as well. In the end, I'm glad I made the mistake.

from tweenjs.

gskinner avatar gskinner commented on September 17, 2024

Where are you finding a reference to an object named "TWEEN"? Is it in the docs or examples somewhere? Tween is inside the createjs object:

createjs.Tween.get(target).to({x:100}, 1000);

from tweenjs.

aprilcarter avatar aprilcarter commented on September 17, 2024

I did notice in the docs that you always used createjs. I am going off of the blog post "Advanced animation path" and other blog posts like it. I did try createjs, though, and it got me past the object reference, but then I get "undefined is not a function" on every method after ".to()". I will remove one method, and the error simply moves to the next one down the list.

from tweenjs.

lannymcnie avatar lannymcnie commented on September 17, 2024

It may have been an old blog post (more than 3 years). Have a look at the documentation and examples, and post questions to StackOverflow (this forum is for reporting issues).

Cheers!

from tweenjs.

aprilcarter avatar aprilcarter commented on September 17, 2024

I have looked through examples and documentation from this forum. I still end up with the error "undefined is not a function" on the methods I use, no matter what I use.

from tweenjs.

gskinner avatar gskinner commented on September 17, 2024

Try starting with these demos:
http://createjs.com/Demos/TweenJS/Tween_Circles

You can view and edit the code using the tab at the bottom right.

from tweenjs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.