We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca247d commit 90a4405Copy full SHA for 90a4405
1 file changed
addon/atoms.js
@@ -62,6 +62,8 @@ var pos = 'position',
62
st = 'stroke',
63
stw = st + '-width',
64
stl = st + '-linecap'
65
+ an = 'animation',
66
+ ann = an + '-name'
67
;
68
69
var atoms = exports.atoms = {
@@ -170,14 +172,20 @@ var atoms = exports.atoms = {
170
172
ws: 'white-space',
171
173
lh: 'line-' + h,
174
va: 'vertical-' + align,
-
175
+
176
// Pointer
177
cur: 'cursor',
178
pe: 'pointer-events',
179
us: 'user-select',
180
181
// Animations
- an: 'animation',
182
+ an,
183
+ ann,
184
+ and: an + '-duration',
185
+ anf: an + '-fill-mode',
186
+ anit: an + '-iteration-count',
187
+ anp: an + '-play-state',
188
+ ant: an + '-timing-function',
189
trs: 'transition',
190
tr: 'transform',
191
0 commit comments