Преглед изворни кода

modified default animationDuration for ios.index

iou90 пре 6 година
родитељ
комит
339f10516e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      autoHeightWebView/index.ios.js

+ 1
- 1
autoHeightWebView/index.ios.js Прегледај датотеку

57
   static defaultProps = {
57
   static defaultProps = {
58
     scalesPageToFit: false,
58
     scalesPageToFit: false,
59
     enableAnimation: true,
59
     enableAnimation: true,
60
-    animationDuration: 555,
60
+    animationDuration: 255,
61
     heightOffset: 12
61
     heightOffset: 12
62
   };
62
   };
63
 
63