|
1 | | - |
2 | 1 | ;---------------------------------------------------------------------------- |
3 | 2 | ;-- Property aliases |
4 | 3 |
|
|
35 | 34 | transition-delay[] = -moz-transition-delay |
36 | 35 | transition-delay[] = -ms-transition-delay |
37 | 36 | transition-delay[] = -o-transition-delay |
| 37 | + transition-duration[] = -webkit-transition-duration |
| 38 | + transition-duration[] = -moz-transition-duration |
| 39 | + transition-duration[] = -ms-transition-duration |
| 40 | + transition-duration[] = -o-transition-duration |
38 | 41 | transition-property[] = -webkit-transition-property |
39 | 42 | transition-property[] = -moz-transition-property |
40 | 43 | transition-property[] = -ms-transition-property |
|
43 | 46 | transition-timing-function[] = -moz-transition-timing-function |
44 | 47 | transition-timing-function[] = -ms-transition-timing-function |
45 | 48 | transition-timing-function[] = -o-transition-timing-function |
46 | | - transition-duration[] = -webkit-transition-duration |
47 | | - transition-duration[] = -moz-transition-duration |
48 | | - transition-duration[] = -ms-transition-duration |
49 | | - transition-duration[] = -o-transition-duration |
50 | 49 |
|
51 | 50 | ; Animations |
52 | 51 | animation[] = -webkit-animation |
|
61 | 60 | animation-duration[] = -webkit-animation-duration |
62 | 61 | animation-duration[] = -moz-animation-duration |
63 | 62 | animation-duration[] = -ms-animation-duration |
| 63 | + animation-fill-mode[] = -webkit-animation-fill-mode |
| 64 | + animation-fill-mode[] = -moz-animation-fill-mode |
| 65 | + animation-fill-mode[] = -ms-animation-fill-mode |
64 | 66 | animation-iteration-count[] = -webkit-animation-iteration-count |
65 | 67 | animation-iteration-count[] = -moz-animation-iteration-count |
66 | 68 | animation-iteration-count[] = -ms-animation-iteration-count |
|
73 | 75 | animation-timing-function[] = -webkit-animation-timing-function |
74 | 76 | animation-timing-function[] = -moz-animation-timing-function |
75 | 77 | animation-timing-function[] = -ms-animation-timing-function |
76 | | - animation-fill-mode[] = -webkit-animation-fill-mode |
77 | | - animation-fill-mode[] = -moz-animation-fill-mode |
78 | | - animation-fill-mode[] = -ms-animation-fill-mode |
| 78 | + |
79 | 79 |
|
80 | 80 | ; Background size |
81 | 81 | background-size[] = -webkit-background-size |
|
131 | 131 | text-decoration-line[] = -moz-text-decoration-line |
132 | 132 | text-decoration-style[] = -moz-text-decoration-style |
133 | 133 |
|
| 134 | + ; User select (non standard) |
| 135 | + user-select[] = -webkit-user-select |
| 136 | + user-select[] = -moz-user-select |
| 137 | + user-select[] = -o-user-select |
| 138 | + user-select[] = user-select |
| 139 | + |
134 | 140 |
|
135 | 141 | ;---------------------------------------------------------------------------- |
136 | 142 | ;-- Value aliases |
|
0 commit comments