Erik Blankinship

Results 10 comments of Erik Blankinship

+1 vote for keyboard support.

Would be nice if `React.Fragment` could be used for this purpose.

Seems to happen when dampingRatio becomes `NaN` as a result of `0/0` here: https://github.com/Popmotion/popmotion/blob/a1903c808757b31d26d876dc2d8d3dea2d131c12/packages/popmotion/src/animations/generators/spring.ts#L78 Where the `damping` is 0 and the `stiffness` is 0. And it seems 0 values can...

simpler: ``` var iTreeTest = new IntervalTree(5); iTreeTest.add(7, 10, 'a'); iTreeTest.add(8, 11, 'b'); iTreeTest.search( 6, 9 ); ``` It seems that the `IntervalTree` function `rangeSearch`needs a check for when firstPos...

as ie10 supports css 3d animation now too, I think this problem requires a more replete solution

Alright, so per the readme (should have started there), I `$ npm install interval-tree2` and found the `dist` directory. And, then to make it in a library I can drop...

I did not use `standalone` because I did not know about it. Thank you!

some research on an approach: https://github.com/QwertyManiac/cassandra-cdh4/blob/master/src/java/org/apache/cassandra/utils/IntervalTree.java