Skip to content
#

reveal

Here are 91 public repositories matching this topic...

astgermain
astgermain commented Dec 16, 2020

Animations can easily be reversed for cleanup using state to set the value of a reverse prop and is already implemented but it is not stated in documentation even though it works.

Example:

const [shown, setShown] = useState(false)
const yeetMenu = () => {
    setShown(!shown)
}
<Slide
      duration={500}
      triggerOnce={true}
      direction="right"
      reverse={shown}
good first issue
jcs090218
jcs090218 commented Sep 27, 2020

This package works across most OSs, and by using OSs' native shell commands. I am not able to test all OSs from my current state; hence, feel free to report issue or acknowledge a post here. Let me now what OS works and what not.

Thanks!

Operating System (Last test date: ????/??/??)

  • Windows 10
  • macOS
  • Linux
help wanted good first issue

Improve this page

Add a description, image, and links to the reveal topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the reveal topic, visit your repo's landing page and select "manage topics."

Learn more