nib icon indicating copy to clipboard operation
nib copied to clipboard

How to pass multiple animations to `animation()` in `vendor.styl`?

Open yaway opened this issue 10 years ago • 0 comments

I tried to set multiple animations with animation() like this:

animation(progress 1s infinite,circle 3s infinite)

But got css like:

animation: progress 1s infinite circle 3s infinite

The comma disappeared.

yaway avatar Dec 18 '15 02:12 yaway