似乎 CSS -webkit-animation 已被弃用。应该用什么代替?

It seems CSS -webkit-animation is deprecated. What should be used instead?

看起来 -webkit-animation 和 -webkit-transition 都被弃用了。

CSS 淡出之类的现代标准是什么?

你不能贬低 never part of the standard

Non-standard: This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.

供应商前缀允许您在实验性功能成为标准的一部分之前使用它们(如果有的话)。您可能想要做的是只使用 animation and transition,它现在是 CSS 标准的一部分。