diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -356,6 +356,14 @@ rect.forward(); rect.backward(); ``` +The arrange.js module brings some additional methods: + +```javascript +// returns the position (a number) of the element between its siblings +rect.position(); +``` + + _This functionality requires the arrange.js module which is included in the default distribution._ |