mikegallay

Results 7 comments of mikegallay

So, it should look like this?

I don't see any difference. Is there anything else I need to import?

On page load: scrollY = 0; posTopBottom = -677; posBottomTop = 0; On slight scroll: scrollY = 2; posTopBottom = 250; posBottomTop = 1404; From what I can tell, the...

Unfortunately, I cannot hide the content until the scroll fires. One thing to note, I am actually mapping an array of content through another render function: `{ this.props.data.map(this.renderTile.bind(this,[topBottom, bottomTop]))` I...

Awesome. I will check this out and get back to you. Thanks. > On Mar 20, 2017, at 6:27 PM, Gil Birman wrote: > > What you can do is...

This gets me much closer, but the calculation isn't perfect and unfortunately there is still a noticeable jump. I'm thinking that it has something to do with mapping through an...

I wanted to follow up with you. I have found a solve after writing a custom fix, but after going through this process I believe a piece of what I...