Socket
Socket
Sign inDemoInstall

rc-css-transition-group

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-css-transition-group

css-transition-group ui component for react


Version published
Maintainers
1
Created
Source

rc-css-transition-group


standalone and enhanced CSSTransitionGroup for React.addons.CSSTransitionGroup

NPM version build status Test coverage gemnasium deps node version npm download Sauce Test Status

Sauce Test Status

Screenshots

Feature

  • support ie8,ie8+,chrome,firefox,safari

install

rc-css-transition-group

Usage

var CSSTransitionGroup = require('rc-css-transition-group');
var React = require('react');
React.render(<CSSTransitionGroup><p>1</p><p>2</p></CSSTransitionGroup>, container);

API

props

nametypedefaultdescription
componentReact.Element/String'span'wrap dom node or component for children
showPropStringusing prop for show and hide. [demo](http://react-component.github.io/css-transition-group/build/examples/hide-todo.html)
exclusiveBooleanwhether allow only one set of animations(enter and leave) at the same time.
transitionNameStringtransitionName, need to specify corresponding css
transitionEnterBooleantruewhether support transition enter anim
transitionLeaveBooleantruewhether support transition leave anim

http://facebook.github.io/react/docs/animation.html

Development

npm install
npm start

Example

http://localhost:8010/examples/index.md

online example: http://react-component.github.io/css-transition-group/build/examples/

Test Case

http://localhost:8010/tests/runner.html?coverage

Coverage

http://localhost:8010/node_modules/rc-server/node_modules/node-jscover/lib/front-end/jscoverage.html?w=http://localhost:8010/tests/runner.html?coverage

License

rc-css-transition-group is released under the MIT license.

Keywords

FAQs

Package last updated on 28 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc