chrisbateman / impetus

Agnostic utility for adding momentum to anything. It's like iScroll, except not for scrolling. Supports mouse and touch events.
chrisbateman.github.io/impetus
MIT License
487 stars 70 forks source link

feat: getters for all of the settable properties #34

Open azaslavsky opened 7 years ago

azaslavsky commented 7 years ago

Sometimes its useful to know what a certain config param has been set to. This commit simply adds getters to mirror all of the existing setters (setMultiplier, setValues, setBoundX, setBoundY).