From 6ee90144a12616ce45a1b28a620ee81cf3786cf2 Mon Sep 17 00:00:00 2001 From: Lawrence Dabir-Alai Date: Fri, 6 Oct 2017 11:19:45 +0100 Subject: [PATCH] Update transitionName props in readme to reflect they can also be an Object --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 713e4d8d..ff39b83d 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ import ReactDOM from 'react-dom'; import Trigger from 'rc-trigger'; ReactDOM.render(( - popup} popupAlign={{ @@ -139,13 +139,13 @@ ReactDOM.render(( popupTransitionName - String + String|Object https://github.com/react-component/animate maskTransitionName - String + String|Object https://github.com/react-component/animate @@ -220,13 +220,13 @@ ReactDOM.render(( string use preset popup align config from builtinPlacements, can be merged by popupAlign prop - + builtinPlacements object builtin placement align map. used by placement prop - +