filmov
tv
ZIM Bubbling: 02. Chaining - #HTML #Canvas #JavaScript, #CreateJS, #ZIMjs

Показать описание
The latest updates for the ZIMjs Framework - Complete Canvas Coding and Creation.
This Bubbling episode shows the updates with respect to chaining in ZIM. Chaining is where you can run a number of methods after the object because each method returns the object.
var circle = new zim.Circle().center(stage).drag();
ZIM has added a number of methods for chaining like pos(), mov(), reg(), sca(), ske(), rot() etc. Watch the vid to see all the cool things you can do!
This Bubbling episode shows the updates with respect to chaining in ZIM. Chaining is where you can run a number of methods after the object because each method returns the object.
var circle = new zim.Circle().center(stage).drag();
ZIM has added a number of methods for chaining like pos(), mov(), reg(), sca(), ske(), rot() etc. Watch the vid to see all the cool things you can do!