impetus icon indicating copy to clipboard operation
impetus copied to clipboard

Agnostic utility for adding momentum to anything. It's like iScroll, except not for scrolling. Supports mouse and touch events.

Results 34 impetus issues
Sort by recently updated
recently updated
newest added

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).

If I create a child `` on my page, and want to use impetus in that iframe, that is currently not possible. This commit adds support for the optional "window"...

destroy method stops any stray animation loop that can remain on element removal in some situations.

I've added scroll handler in my react component and allows me to beyond the bounds and never come back. The expected thing is to come back ``` handleScroll = (event)...

Hi Chris, and thanks for your tiny library that I expect since a really really long time. To achieve the agnostic objectives, i think Impetus lacks Events. - onDown -...

Hi, I'd like to be able to change any option at any time, like boundX and boundY. Great lib, thanks!

I don't know if it's intended, but I ran into a problem with my [Horizon](https://github.com/pyrsmk/Horizon) library. I'm listening to several events and Impetus is triggering swipe event even when the...

it would be really cool if the plugin provided a public method for manual momentum trigger, by providing two tracking points also, i really miss a way to halt the...

I've just found that I get this only when I use gulp/browserify via npm in production mode. If I do a dev compile, it works fine! Looks like it's failing...

This behavior is how iOS native _momentum scrolling_ works. Each swipe, that is faster than the last one, makes the animation faster. For example: Multiply the current velocity with `dt`,...

enhancement