two-step icon indicating copy to clipboard operation
two-step copied to clipboard

A JavaScript library for best-practice scrollytelling

Results 4 two-step issues
Sort by recently updated
recently updated
newest added

Hi! This PR contains two small changes/fixes: 1. The offset for "scrollThere" in .goTo() was hard coded to `-100`, which isn't always useful. The option `goToOffset` was added and documented...

I guess this is my responsibility. Need to check it can be bundled by webpack and other build systems first. I've only ever used it as a global up until...

It would be nice if TwoStep didn't have jQuery as a requirement. We'd have to find a replacement for jQuery fixTo, though.

help wanted

Keyboard controls are currently disabled when there are multiple instances on one page, because it makes the page unusable. Ideally TwoStep should be able to determine which instance is "active"...

help wanted