mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
[react_native] JS files from D2027859: [react_native] Fix ToTheLeft wizard transitions
This commit is contained in:
@@ -139,8 +139,17 @@ var ToTheLeft = {
|
||||
value: 1.0,
|
||||
type: 'constant',
|
||||
},
|
||||
};
|
||||
|
||||
translateX: {
|
||||
from: 0,
|
||||
to: -Dimensions.get('window').width,
|
||||
min: 0,
|
||||
max: 1,
|
||||
type: 'linear',
|
||||
extrapolate: true,
|
||||
round: PixelRatio.get(),
|
||||
},
|
||||
};
|
||||
|
||||
var FromTheRight = {
|
||||
opacity: {
|
||||
|
||||
Reference in New Issue
Block a user