Skip to content

Commit 9454fec

Browse files
committed
1.7.4
1 parent 946d81c commit 9454fec

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,8 @@ In the render function return
2828
2929
<AboutPage key="about"
3030
levelPage={1}
31-
transitionIn={
32-
animatioPageIn:"fadeInRight"
33-
,animatioPageOut:"fadeOutLeft"
34-
}
35-
transitionOut={{
36-
animatioPageOut: "fadeOutLeft"
37-
}}
31+
transitionIn="fadeInRight"
32+
transitionOut= "fadeOutLeft"
3833
/>
3934
4035
@@ -179,8 +174,14 @@ options = { animatioPageIn:"fadeInRight" // have defult
179174
</tr>
180175
<tr>
181176
<td>transitionIn</td>
182-
<td>json:{ animatioPageIn:string
183-
,animatioPageOut:string}</td>
177+
<td>string</td>
178+
<td>optional</td>
179+
<td>-</td>
180+
<td></td>
181+
</tr>
182+
<tr>
183+
<td>transitionOut</td>
184+
<td>string</td>
184185
<td>optional</td>
185186
<td>-</td>
186187
<td></td>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react.cordova-navigation_controller",
3-
"version": "1.7.3",
3+
"version": "1.7.4",
44
"description": "Navigator for Cordova with React.js(react.cordova), This will help you to manage your pages history in the app and change pages with animation.",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)