CSS 属性:

animation-delay:

  • 1s
  • 2s
  • 5s
  • -2s

结果:

CSS 代码:

div#MyDIV
{
animation-delay:1s;
}