소스 검색

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,7 +57,7 @@ export default class AutoHeightWebView extends PureComponent {
57 57
   static defaultProps = {
58 58
     scalesPageToFit: false,
59 59
     enableAnimation: true,
60
-    animationDuration: 555,
60
+    animationDuration: 255,
61 61
     heightOffset: 12
62 62
   };
63 63