forked from loadingio/css-spinner
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbasic.styl
More file actions
71 lines (66 loc) · 3.04 KB
/
Copy pathbasic.styl
File metadata and controls
71 lines (66 loc) · 3.04 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
transition()
if index(vendors, 'ms') != null && index(vendors, 'ms') >= 0
-ms-transition arguments
if index(vendors, 'moz') != null && index(vendors, 'moz') >= 0
-moz-transition arguments
if index(vendors, 'webkit') != null && index(vendors, 'webkit') >= 0
-webkit-transition arguments
if index(vendors, 'o') != null && index(vendors, 'o') >= 0
-o-transition arguments
if index(vendors, 'official') != null && index(vendors, 'official') >= 0
transition arguments
transform()
if index(vendors, 'ms') != null && index(vendors, 'ms') >= 0
-ms-transform arguments
if index(vendors, 'moz') != null && index(vendors, 'moz') >= 0
-moz-transform arguments
if index(vendors, 'webkit') != null && index(vendors, 'webkit') >= 0
-webkit-transform arguments
if index(vendors, 'o') != null && index(vendors, 'o') >= 0
-o-transform arguments
if index(vendors, 'official') != null && index(vendors, 'official') >= 0
transform arguments
transform-origin()
if index(vendors, 'ms') != null && index(vendors, 'ms') >= 0
-ms-transform-origin arguments
if index(vendors, 'moz') != null && index(vendors, 'moz') >= 0
-moz-transform-origin arguments
if index(vendors, 'webkit') != null && index(vendors, 'webkit') >= 0
-webkit-transform-origin arguments
if index(vendors, 'o') != null && index(vendors, 'o') >= 0
-o-transform-origin arguments
if index(vendors, 'official') != null && index(vendors, 'official') >= 0
transform-origin arguments
animation()
if index(vendors, 'ms') != null && index(vendors, 'ms') >= 0
-ms-animation arguments
if index(vendors, 'moz') != null && index(vendors, 'moz') >= 0
-moz-animation arguments
if index(vendors, 'webkit') != null && index(vendors, 'webkit') >= 0
-webkit-animation arguments
if index(vendors, 'o') != null && index(vendors, 'o') >= 0
-o-animation arguments
if index(vendors, 'official') != null && index(vendors, 'official') >= 0
animation arguments
animation-delay()
if index(vendors, 'ms') != null && index(vendors, 'ms') >= 0
-ms-animation-delay arguments
if index(vendors, 'moz') != null && index(vendors, 'moz') >= 0
-moz-animation-delay arguments
if index(vendors, 'webkit') != null && index(vendors, 'webkit') >= 0
-webkit-animation-delay arguments
if index(vendors, 'o') != null && index(vendors, 'o') >= 0
-o-animation-delay arguments
if index(vendors, 'official') != null && index(vendors, 'official') >= 0
animation-delay: arguments
animation-timing-function()
if index(vendors, 'ms') != null && index(vendors, 'ms') >= 0
-ms-animation-timing-function arguments
if index(vendors, 'moz') != null && index(vendors, 'moz') >= 0
-moz-animation-timing-function arguments
if index(vendors, 'webkit') != null && index(vendors, 'webkit') >= 0
-webkit-animation-timing-function arguments
if index(vendors, 'o') != null && index(vendors, 'o') >= 0
-o-animation-timing-function arguments
if index(vendors, 'official') != null && index(vendors, 'official') >= 0
animation-timing-function arguments