以前的开发人员已经包括了这样的jquery-
error: unable to open output file '/Users/mehdi/Documents/chandkhat/front-end/ios/build/Build/Intermediates.noindex/React.b
uild/Debug-iphonesimulator/third-party.build/Objects-normal/x86_64/Conv.o': 'Operation not permitted'
在此jquery中,一行为
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
因此,在我的项目中添加了另一个js-this.pos=f.easing[i.animatedProperties[this.prop]](this.state,c,0,1,i.duration)
似乎此js会在悬停上引起反弹效果,但我不确定。所以我已经注释掉了包含easing.js的代码。现在,浏览器控制台抛出了错误-
jquery.easing.1.3.js
所以我的基本要求是在单击时显示/隐藏div而不是通过easing.js完成的悬停。所以我想删除easing.js依赖项。有可能吗?