各家对于keyframes的支持情况
FF从16开始不再需要前缀,chrome从43开始也不需要了,其它只要加-webkit-就行了
#include <iostream> int main() { cout<<"是的"<<endl; return 0; }