Skip to content
This repository has been archived by the owner on Mar 6, 2018. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:OnsenUI/react-onsenui
Browse files Browse the repository at this point in the history
  • Loading branch information
argelius committed Oct 26, 2016
2 parents 1235ced + e829903 commit 0b91d2a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/Modal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,11 @@ class Modal extends BasicComponent {

Modal.propTypes = {
/**
* @property animation
* @name animation
* @type {String}
* @description
* [en]
* Animation name. Available animations are `"slide"`, `"lift"`, `"fade"` and `"none"`.
* These are platform based animations. For fixed animations, add `"-ios"` or `"-md"` suffix to the animation name. E.g. `"lift-ios"`, `"lift-md"`. Defaults values are `"slide-ios"` and `"fade-md"`.
* Animation name. Available animations are `"fade"` and `"none"`.
* [/en]
*/
animation: React.PropTypes.oneOf(['none', 'fade']),
Expand Down

0 comments on commit 0b91d2a

Please sign in to comment.