forked from gitter-badger/ckdcss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo.html
43 lines (43 loc) · 2.21 KB
/
demo.html
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Cache-control" content="no-cache">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<title>CKD-CSS Test</title>
<link rel="stylesheet" href="./dist/ckd-css.min.css" type="text/css"/>
</head>
<body>
<br />
<h1>Just test them</h1>
<label><input type="checkbox" class="ckd-splash"/> Splash</label>
<label><input type="checkbox" class="ckd-zoom"/> Zoom</label>
<label><input type="checkbox" class="ckd-omg"/> OMG</label>
<label><input type="checkbox" class="ckd-tv"/> TV</label>
<label><input type="checkbox" class="ckd-jump"/> Jump</label>
<label><input type="checkbox" class="ckd-away"/> Away</label>
<label><input type="checkbox" class="ckd-up"/> Up</label>
<label><input type="checkbox" class="ckd-down"/> Down</label>
<label><input type="checkbox" class="ckd-yo"/> Yo</label>
<label><input type="checkbox" class="ckd-inout"/> Inout</label>
<label><input type="checkbox" class="ckd-roll"/> Roll</label>
<label><input type="checkbox" class="ckd-rotate"/> Rotate</label>
<label><input type="checkbox" class="ckd-metal"/> Metal</label>
<label><input type="checkbox" class="ckd-rubber"/> Rubber</label>
<label><input type="checkbox" class="ckd-boom"/> Boom</label>
<label><input type="checkbox" class="ckd-jelly"/> Jelly</label>
<label><input type="checkbox" class="ckd-smokin"/> Smokin</label>
<label><input type="checkbox" class="ckd-rewind"/> Rewind</label>
<label><input type="checkbox" class="ckd-boing"/> Boing</label>
<label><input type="checkbox" class="ckd-flush"/> Flush</label>
<label><input type="checkbox" class="ckd-rollin"/> Rollin</label>
<label><input type="checkbox" class="ckd-tada"/> Tadà</label>
<label><input type="checkbox" class="ckd-flag"/> Flag</label>
<label><input type="checkbox" class="ckd-waves"/> Wave</label>
<label><input type="checkbox" class="ckd-pulse"/> Pulse</label>
<label><input type="checkbox" class="ckd-vibration"/> Vibration</label>
<label><input type="checkbox" class="ckd-ghost"/> Ghost</label>
<label><input type="checkbox" class="ckd-flip"/> Flip</label>
<label><input type="checkbox" class="ckd-pepe"/> Pepe</label>
<br />
</body>
</html>