gatsby-plugin-scroll-reveal
gatsby-plugin-scroll-reveal copied to clipboard
✨ Gatsby plugin to animate your DOM elements on scroll
I am resolving gatsby-plugin-scroll-reveal in my gatsby-config.js file, I have it installed in my node_modules, and it is working initially. The issue I'm encountering is that when I go to...
Hi there, nice plugin ! It works well the first time my home page is loaded to show a banner with zoom-in animation. But then if I go to another...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
As [here](https://github.com/mciastek/sal/issues/70) I would like to set up sal to disable animations below ceratin viewport (for example 768px). Where should I include it in a gatsby project? I feel like...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...
Hi, i followed your example, but nothing happens when scrolling.
Hey guys, I can't make this plugin to work... When I import sal.css from node_modules every div with data-sal properties just disappear. Am I missing something? ``` import React from...
``` Generating development JavaScript bundle failed No PostCSS Config found in: /node_modules/sal.js/dist File: ../../node_modules/sal.js/dist/sal.css ``` I'm using yarn workspaces. Any idea what's wrong?