Skip to content

Instantly share code, notes, and snippets.

View eyuelfrew's full-sized avatar

Eyuel Frew eyuelfrew

  • Ethiopia, Addis Ababa
View GitHub Profile
// npm install --save scrollreveal or install like you're used to doing it.
// It doesn't work well if there are multiple instances of ScrollReveal,
// so we have to create a module returning an instance:
// file ScrollReveal.js:
import ScrollReveal from 'scrollreveal'
export default ScrollReveal()
// Then in a component:
import React from 'react'
import sr from './ScrollReveal'