Play multiple CSS animations at the same time October 18, 2022 by Tarik You can specify multiple animations–each with their own properties–with a comma. Example: animation: rotate 1s, spin 3s;