不支持jQuery关键帧

时间:2019-02-13 05:43:49

标签: jquery css-animations

我正在尝试在代码中使用jquery关键帧,但是即使从https://github.com/Keyframes/jQuery.Keyframes添加了推荐的脚本后,它们似乎也不被支持。

我的html文件中包含以下脚本:

<script src="http://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script src="/path/to/jquery.keyframes[.min].js"></script>

并且我正在使用此标志作为支票:

window.onload = function(e){ 
    var supportedFlag = $.keyframe.isSupported(); 
}

但是我在Windows 10上的Chrome 71显示以下错误:

Uncaught TypeError: Cannot read property 'isSupported' of undefined
    at window.onload

谢谢!

0 个答案:

没有答案