Skip to content

Instantly share code, notes, and snippets.

@koss-lebedev
Created November 18, 2019 10:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koss-lebedev/202816bd6fc1ba04dd733dd2df1b8c6a to your computer and use it in GitHub Desktop.
Save koss-lebedev/202816bd6fc1ba04dd733dd2df1b8c6a to your computer and use it in GitHub Desktop.
const style = useSpring({
width: isExpanded ? vwToPixel(100) : "200px",
height: isExpanded ? vhToPixel(100) : "200px",
borderRadius: isExpanded ? "0px" : "10px",
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment