diff --git a/README.md b/README.md index 5456d770..9a631f32 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[论坛/社区](https://github.com/ly525/luban-h5/discussions) || [中文文档-推荐(语雀)](https://www.yuque.com/luban-h5/docs) || [📖中文在线文档(github.io)](https://ly525.github.io/luban-h5/zh/) | [📖English Docs](https://ly525.github.io/luban-h5/en/getting-started/introduction.html) | [README(en)](./README.en.md) || [Community/Discussions](https://github.com/ly525/luban-h5/discussions) +[📖中文文档](https://ly525.gitee.io/luban-h5/zh/) || [📖English Docs](https://ly525.github.io/luban-h5/en/getting-started/introduction.html) | [README(en)](./README.en.md) || [论坛/社区](https://github.com/ly525/luban-h5/discussions)

鲁班 H5 diff --git a/front-end/h5/src/components/core/models/element.js b/front-end/h5/src/components/core/models/element.js index 32d3afa7..fc10c327 100644 --- a/front-end/h5/src/components/core/models/element.js +++ b/front-end/h5/src/components/core/models/element.js @@ -237,7 +237,7 @@ export default class Element { if (this.animations.length > 0) { const animation = this.animations[0] - attrs['data-swiper-animation'] = animation.type // "fadeIn" + attrs['data-swiper-animation'] = `animate__${animation.type}` // "fadeIn" attrs['data-duration'] = `${animation.duration}s` // ".5s" attrs['data-delay'] = `${animation.delay}s` // "1s" }