Skip to content

Commit a76f59a

Browse files
M-i-k-e-lethanshar
authored andcommitted
Improve enter animation of Dialog (#490)
* Improve enter animation of Dialog * Remove the delay altogether
1 parent 2289052 commit a76f59a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/dialog/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ class Dialog extends BaseComponent {
142142
Animated.timing(deltaY, {
143143
toValue: 0,
144144
duration: _.get(animationConfig, 'duration', 400),
145-
delay: _.get(animationConfig, 'delay', 250),
146145
easing: _.get(animationConfig, 'easing', Easing.bezier(0.165, 0.84, 0.44, 1)),
147146
useNativeDriver: _.get(animationConfig, 'useNativeDriver', true)
148147
}).start();

0 commit comments

Comments
 (0)