Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 622 Bytes

Readme.md

File metadata and controls

23 lines (13 loc) · 622 Bytes

Raphael.group

This library adds a group method to the Raphael object that allows you to treat a set of elements as a group. For instance, when animating a group to a new x location, all elements will have the same relative distance at the end of the animation as they did at the beginning.

Currently requires that you're using Raphael.js cutting-edge. Supports Rahpael 1.4.7 w/ a minor change to Raphael.

Supported Attributes

  • x
  • y
  • rotation (only w/ a single value)

Examples

To see examples of what is currently supported, look in ./examples

Author

Trotter Cashion

License

Same as Raphael.js