博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2019年6月27日

摘要: 解决方案: 在当前项目的路径下分别运行以下命令: npm uninstall babel-preset-react-native 如果是yarn 则运行这个 yarn remove babel-preset-react-native 最后重新运行 阅读全文

posted @ 2019-06-27 18:27 追风0315 阅读(605) 评论(0) 推荐(0) 编辑

摘要: 1:下载: 2;使用 3:效果预览:https://daneden.github.io/animate.css/ 阅读全文

posted @ 2019-06-27 10:58 追风0315 阅读(245) 评论(0) 推荐(0) 编辑

摘要: 浏览器支持 Internet Explorer 10、Firefox 以及 Opera 支持 animation 属性。 Safari 和 Chrome 支持替代的 -webkit-animation 属性。 注释:Internet Explorer 9 以及更早的版本不支持 animation 属 阅读全文

posted @ 2019-06-27 10:31 追风0315 阅读(464) 评论(0) 推荐(0) 编辑

摘要: transition: property duration timing-function delay; 展示地址:http://www.w3school.com.cn/cssref/pr_transition.asp 浏览器支持情况: Internet Explorer 10、Firefox、Op 阅读全文

posted @ 2019-06-27 10:23 追风0315 阅读(137) 评论(0) 推荐(0) 编辑