-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Milestone
Description
Great library -
Right now, the only way to access a group is through the Waypoint instance property "group", requiring an instance of a waypoint in a group.
I'd sugesst some of the xxxAll methods be runnable
only on named groups, and I'd like to be able to acquire a group without having a Waypoint instance.
What this would add to the API is:
Waypoint.group(groupname, axis) returns Waypoint.Group instance axis defaults to vertical
Waypoint.Group instance.destroyAll()
Waypoint.Group instance.disableAll()
Waypoint.Group instance.enableAll()
Waypoint.Group instance.refreshAll()
More than willing to submit a PR, but wanted to make sure you thought the addition would be beneficial.
Tooa