Tomasz Nowak
Tomasz Nowak
Is it possible to pin two or more scenes to one element? An equivalent of this in the original API: https://scrollmagic.io/examples/expert/cascading_pins.html ``` new ScrollMagic.Scene({ triggerElement: "#trigger", duration: 150 }) .setPin("#pin")...
When user logs out, I want to clear the store with one RESET_STORE action. It's easy to achieve with pure Redux. Is there an elegant way to reset the whole...
Fixed [issue 87](https://github.com/everweij/react-laag/issues/87)
It took me a while to figure out how a proper custom implementation of hyphenation should look like. I think it would be useful to add a comprehensive example to...