Skip to content

zaminbalonet/use-smooth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

useSmooth

dependencies Status devDependencies Status License: MIT

A react hook for making state changes smooth.

Why?

Suppose you have some state that belongs to a progressbar. If the value of the progressbar changes from 0 to 50, this hooks makes this pulse change (0 -> 50) smooth (0 -> 1 -> 2 -> ... -> 50).

Installation

npm i -S use-smooth

License

MIT © Zamin

About

A react hook for making state changes smooth.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •