Comment on Two.jsparentComments−larrykubin13yRaphael supports sets of elements:http://raphaeljs.com/reference.html#Paper.set−de_dave13yNot the same - e.g. rotating a set of elements causes each individual element to rotate around their individual centers, rather than causing the group to rotate around a central pivot.−nicolasroy13yPseudo-Grouping can be made in Raphael. However each elements gets transformed one by one. At 100+ elements, things get very laggy.
Comments
Raphael supports sets of elements:
http://raphaeljs.com/reference.html#Paper.set
Not the same - e.g. rotating a set of elements causes each individual element to rotate around their individual centers, rather than causing the group to rotate around a central pivot.
Pseudo-Grouping can be made in Raphael. However each elements gets transformed one by one. At 100+ elements, things get very laggy.