Ryan Wiemer
Ryan Wiemer
This looks similar to what I am trying to achieve. Any thoughts on how I would implement the following repeatable pattern? I too was only able to do it by...
@thinsoldier, Thanks for responding back! I put together a quick Codepen. Ideally I don't want to have to add a class for this. The end goal would be to repeat...
Awesome! Yes, that does the trick and keeps the code simple and repeatable. Thank you both @webcraftsman and @thinsoldier for your help with this.
@MrUltimate I have not used [AnimateShareLayout](https://www.framer.com/api/motion/animate-shared-layout/) for page transitions. I instead opted for [AnimatePresence](https://www.framer.com/api/motion/animate-presence/). Is there a particular reason you are interested in using that for page transitions?
@blimpmason was this ever fixed on Gatsby's side? This seems like an upstream issue that Gatsby needs to resolve.
@tony, Any luck with the animation.gsap plugin? Using webpack 3 I got everything to work but the plugin automatically includes TweenMax and TimelineMax when all I need are the lite...
@Sandstedt gotcha. Thanks for the help. Yeah I realized for what I was doing I needed the "max" versions anyways. Not a big deal. I'm no webpack expert but here...