Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/tag-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ The element tags are the bread and butter of your slide content. Most of these t

This tag does not extend from Base. It's special. Wrapping elements in the appear tag makes them appear/disappear in order in response to navigation.

| Name | PropType | Description |
| ------------------ | ---------------------- | --------------------------------------------------------------------------- |
| transitionDuration | React.PropTypes.number | Accepts integer value in milliseconds for duration of appearance animation. |
| Name | PropType | Description |
| ------------------ | ---------------- | --------------------------------------------------------------------------- |
| transitionDuration | PropTypes.number | Accepts integer value in milliseconds for duration of appearance animation. |

<a name="blockquote-quote-and-cite-base"></a>

Expand Down