-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 1.08 KB
/
index.html
File metadata and controls
27 lines (27 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Galacean Effects Components Demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- 主文件 -->
<link rel="stylesheet" href="https://gw.alipayobjects.com/as/g/antui/antui/10.1.32/dpl/antui.css"/>
</head>
<body>
<div class="am-list">
<div class="am-list-header">Swiper - Components Demo</div>
<div class="am-list-body">
<a href="components/swiper/demo/index.html" class="am-list-item">轮播/Swiper - 手动切换</a>
<a href="components/swiper/demo/auto.html" class="am-list-item">轮播/Swiper - 自动按序切换</a>
</div>
<div class="am-list-header">VerticalSwiper - Components Demo</div>
<div class="am-list-body">
<a href="components/vertical-swiper/demo/index.html" class="am-list-item">垂直滑动/VerticalSwiper</a>
</div>
<div class="am-list-header">Animation - Components Demo</div>
<div class="am-list-body">
<a href="components/animation/demo/index.html" class="am-list-item">动态曲线/Animation</a>
</div>
</div>
</body>
</html>