문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top