Skip to content

fork/css-transition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSSTransition

Apply a CSS class for each stage of a CSS transition.

This is basically a react-free rip-off of react-transition-group.

It is super useful to make CSS transitions from display: none; to display: whatever;.

Demo

There is a simple usage demo which can be run as follows:

yarn
yarn start

Creating a release

Certain steps need to be done in order to create a new release:

  1. Decide on a semver version number
  2. Start a new release using git flow release start [version number]
  3. Update the package.json version
  4. Update the CHANGELOG.md
  5. Run yarn build to update dist/index.js
  6. Commit changes: git commit -a -m "Prepare release [version number]"
  7. Finish release using git flow release finish
  8. Push all changes: git push origin --all

About

Apply a CSS class for each stage of a CSS transition

Resources

License

Stars

Watchers

Forks

Packages

No packages published