Barnaby

Results 25 comments of Barnaby

+1000 Yes there is a noticeable delay in the time it takes to pin, causing elements to jump back to the pin position after it has already been scrolled halfway...

@cytronn The new **[GSAP Scroll Trigger plugin](https://greensock.com/scrolltrigger/)** is awesome. Check out the 'anticipatePin' property [in the docs here](https://greensock.com/docs/v3/Plugins/ScrollTrigger) "If you pin large sections/panels you may notice what looks like a...

@cytronn But no, I could not get my page to be smooth using ScrollMagic 😢

Hmm.. adding "transform: translate3d(0, 0, 0)" to the pinned elements stops the pinning from working completely..? :/

Also tried adding to all child elements but didn't help either 😭 `.pin-element > * { transform: translate3d(0,0,0) }`

Finally! This is the only link to 'refreshInterval' docs I've found that works! Docs seem a bit messed up? Searching for 'refreshInterval' returns nothing. Googling 'scrollmagic refreshInterval' brings up a...

I have read all the docs and tried everything I can think of but I cannot get the value of an element that is CSS display:none. In fact, the $node->html()...

I'm having issues with this too, https://github.com/addyosmani/critical/issues/256 My main stylesheet, main.css includes this style near the top ( from a reset.css ) h1 { margin: 0.67em 0 } Then this...