Baptiste Briel

Results 26 comments of Baptiste Briel

Hey @lesliecdub, Which demo are you using? I guess it might be `parallax-page` The transform value applied here is basically this formula ([see this line](https://github.com/baptistebriel/smooth-scrolling/blob/master/demos/parallax-page/custom.js#L81)) : ```javascript const transform =...

Hi @milkdesign, Sorry for the delay — are you still experiencing this issue? I guess your problem is that you're using the `virtual-scroll` (with `native: false` in the options). If...

Hi @milkdesign, My first idea would be to use pixels instead of percentages for parallax elements. I think this is the issue. Let me know if using pixels fixed the...

Hey @milkdesign, sorry for the super late reply... Not sure what's going wrong in there. Are you experiencing the same issue with the demos in this repository? Let me know!

I've just tried looking at `pckry.packer.spaces` and got this in the console; ![screen shot 2016-04-11 at 13 13 37](https://cloud.githubusercontent.com/assets/2464663/14425403/5b0cdeb8-ffe7-11e5-8751-6b1d01d81bee.png) I've got only one (visible) empty space, tho it seems like...

Sure, here's a CodePen demo: http://codepen.io/BaptisteBriel/full/vGdZpG/ This kind of layout could actually be done with floats only, but I need to be able to switch to different column widths (5,...