-
I have found that when the height of a webpage changes, the location of the trigger will change, and even using sync() can cause bugs
This is a normal situation:
https://github.com/jlmakes/scrol…
-
Uncaught TypeError: Cannot read property 'config' of undefined
at s (scrollreveal.min.js:1)
at i.reveal (scrollreveal.min.js:1)
at VM1376 main.js:131
at Object.execCb (require.min.…
iuwai updated
5 years ago
-
Not a rush, but ScrollReveal 4.0 was just released. Noting here for the future and to note any changes.
https://github.com/scrollreveal/scrollreveal
*_The license changed but is GPL3 for open so…
laryn updated
5 years ago
-
Using scrollreveal in my project under main.js but getting error: Error: 'ScrollReveal' is not defined.[no-undef]
Code:
// JavaScript Document
//select element function
/eslint-env es6/
const…
-
Hello,
I'm trying to use ng-scrollreveal with Angular2 NgFor, but it seems not working.
My guess is that ng-scrollreveal is only instantiate once the component is created.
So, how can I re-instanti…
-
Hey @LoicMahieu,
I remember a few years back, you graciously hosted this version of ScrollReveal due to some mixups with NPM. Today however, I'm hoping we can delete this repository.
ScrollRevea…
-
![scroll](https://user-images.githubusercontent.com/82481592/172997756-d086c37c-1925-4cb3-b601-0478b6d4843f.gif)
[demo here](https://impreza12.us-themes.com/)
if only we could have a similar…
-
The link for the demo is here: http://anijs.github.io/examples/scrollreveal/
I am using a Jquery based responsive full screen modal for my site, but it has some issues.
I really like how fluid and …
-
Is it possible to reveal elements on scroll with a custom scrollbar? I have created a callback for when the visitor scrolls in the web page, but can't find a way to reveal the items. So far I know the…
-
I have some issues using ScrollReveal with create-next-app.
I installed ScrollReveal with npm, then imported it using ES6 :
`import sr from 'scrollreveal';`
I immediatly have an error message…