소스 검색

adjust auto-animate test

Hakim El Hattab 5 년 전
부모
커밋
3a7f210631
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      test/test-auto-animate.html

+ 2 - 2
test/test-auto-animate.html

@@ -27,12 +27,12 @@
 				</section>
 
 				<section data-auto-animate>
-					<h1 data-auto-animate-duration="0.3">h1</h1>
+					<h1 data-auto-animate-duration="0.1">h1</h1>
 					<h2 style="opacity: 0;">h2</h2>
 					<h3 style="position: absolute; left: 100px;">h3</h2>
 				</section>
 
-				<section data-auto-animate data-auto-animate-duration="0.3">
+				<section data-auto-animate data-auto-animate-duration="0.1">
 					<h1>h1</h1>
 					<h2>h2</h2>
 					<h3>h3</h2>