Pregunta

What is the function of a container in createjs. What all createjs objects can be placed in a container? What animation effects can be implemented on a container? please post a link or something.

¿Fue útil?

Solución

I've never used CreateJS but there is an easelJS online documentation of the container class. EaselJS is part of the CreateJs Suite. It sais:

"A Container is a nestable display list that allows you to work with compound display elements. For example you could group arm, leg, torso and head Bitmap instances together into a Person Container, and transform them as a group, while still being able to move the individual parts relative to each other. Children of containers have their transform and alpha properties concatenated with their parent Container."

In the online documentation you can also see all methods, properties and events.

http://www.createjs.com/Docs/EaselJS/classes/Container.html

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top