无法使WebStorm识别gsap / TweenLight库?

时间:2018-06-28 13:29:51

标签: webstorm greensock gsap tweenlite

我正在使用CDN中的TweenLite,就像这样:

<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.0.1/plugins/CSSPlugin.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.0.1/easing/EasePack.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.0.1/TweenLite.min.js"></script>

当我引用TweenLight时,WebStorm表示它尚未解决。我进入了Libraries界面并检查了已经存在的“ TweenLite”。我还从下载部分添加了“ gsap”。仍然显示“未解决”。

我还尝试了TweenMax的所有上述步骤。同样的问题。

enter image description here

如何使WebStorm识别GSAP?

0 个答案:

没有答案