1.0.5 • Published 8 years ago
bootstrap-styled-motion v1.0.5
bootstrap-styled-motion
bootstrap-styled-motion components made with styled-components for bootstrap-styled.
Master
Dev
Table of Contents
Prerequisite
$ npm install --save react react-dom styled-componentsInstallation
$ npm install --save bootstrap-styled-motionAnimation components
All our animations components are documented on bootstrap-styled documentation.
import {
Blur,
Contrast,
Brightness,
Grayscale,
HueRotate,
Invert,
Opacity,
Sepia,
Saturate,
Dropshadow,
Bounce,
BounceDown,
BounceUp,
BounceLeft,
BounceRight,
FadeIn,
FadeInDown,
FadeInUp,
FadeInLeft,
FadeInRight,
Flip,
FlipX,
FlipY,
LightIn,
LightOut,
RotateIn,
RotateLeft,
RotateRight,
RotateUpLeft,
RotateUpRight,
SlideUp,
SlideDown,
SlideRight,
SlideLeft,
SlideRightLeft,
Flash,
RollOut,
RollIn,
Rubber,
Swing,
Zoom,
Hinge,
Pulse,
ExpandUp,
Entrance,
Hatch,
} from 'bootstrap-styled-motion';Changelog
- View Changelog
Quick start
Clone project
git clone ssh://git@module.kopaxgroup.com:20024/styled-components/bootstrap-styled-motion.gitInstall dependencies
npm installBuild project
npm run buildRun unit test
npm testWatch unit test
npm run test:watchWatch the /dist directory
npm run build:dist:watchWatch the /lib directory
npm run build:lib:watchContribute
master is used to release the version.
masteronly accept merge requests fromdev
dev is the development branch. It should be used by developers for applying their merge requests.
If you wish to implement new features you need to do a merge request including your change on the dev branch.
git checkout dev
git checkout $(whoami)-dev
git push -u origin $(whoami)-dev License
Licensed under the MIT License, Copyright © 2017-present Yeutech Company Limited.
See LICENSE for more information.
1.0.5
8 years ago