Y
Hacker News
new
|
ask
|
show
|
jobs
by
larrykubin
4785 days ago
Raphael supports sets of elements:
http://raphaeljs.com/reference.html#Paper.set
1 comments
de_dave
4785 days ago
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.
link
nicolasroy
4785 days ago
Pseudo-Grouping can be made in Raphael. However each elements gets transformed one by one. At 100+ elements, things get very laggy.
link