scrollreveal icon indicating copy to clipboard operation
scrollreveal copied to clipboard

Animate elements as they scroll into view.

Results 40 scrollreveal issues
Sort by recently updated
recently updated
newest added

### Issue I have a demo here: https://codepen.io/Antimated/pen/gOGzpjW. The styles on my `.foo` DOM element are NOT being cleaned up after the reveal. Not with the `cleanup`property set to "true"...

Bug

Hi, I've been trying to use scrollreveal in the context of Sveltekit. It's not working however. The ScrollReveal object looks good to me - elements with the associated classes are...

Third Party

[String.prototype.substr()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) is deprecated so we replace it with [String.prototype.slice()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/slice) which works similarily but isn't deprecated. .substr() probably isn't going away anytime soon but the change is trivial so it doesn't...

Enhancement

When **resizeable elements** on the page resize then tags with scroll reveal that are below on the page do not reveal properly. They either reveal too late / too early...

Bug

### Issue Report If elements that are **visible within the viewport when the page loads** have a `transition: all` property defined in CSS, the reveal effect does not happen. Instead,...

Bug

The example used on the [User Experience](https://scrollrevealjs.org/guide/user-experience.html) page to "Prevent Flickering" suggests adding a "visibility: hidden" style to items that will transition, but this isn't working in IE 11. ScrollReveal...

Bug
Browser

I wanted to have a very subtle entrance effect on all elements, and this solved it perfectly. One minor issue I have though, is that it only loads the footer...

Question

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 :...

Question
Third Party

Can ScrollReveal support TS? I'm using Vue3 and TS!

Question

**The scenario:** I have an element inside a fixed element. The child element has a reveal effect. **The problem:** The child element only shows up when the page scroll is...

Bug