Sönke Kluth

Results 10 comments of Sönke Kluth

as you can see - i added support for polyfilled (fixed sticky) inside an overflow:auto container. https://rawgit.com/soenkekluth/sticky-state/master/examples/index.html so the native feature becomes statefull and the polyfill supports different viewports. browser...

and finally: polyfill behaves exactly like the native feature... https://rawgit.com/soenkekluth/sticky-state/master/examples/index.html utraperformant!

there is also a react component now https://github.com/soenkekluth/react-sticky-state

@zachleat of course i will add attribution to the demo. when i was using fixed-sticky not long ago in a project the dimensions of the fixedsticky-dummy were not recalculated when...

there is also a react component for that: https://github.com/soenkekluth/react-sticky-state

you could easily use https://github.com/soenkekluth/fastscroll I used it for https://github.com/soenkekluth/sticky-state

Yes you're right. I will implement it.

its on its way.... ;)

@rifler thera is an option: wrapFixedSticky. default is true. if you set it to false at least the sticky element does not get wrapped inside the placeholder. making the placeholders...

@Ajeey well you have some options. all included templates for generating the css / scss from your svg files are using the :before selector to set the background image /...