codeinwp / gutenberg-animation
此包已被 废弃 且不再维护。没有推荐替代包。
WordPress 编辑器 Gutenberg 块的 CSS 动画
1.0.8
2021-06-21 22:13 UTC
Requires (Dev)
- automattic/vipwpcs: ^0.3.0 || ^1.0.0
- dealerdirect/phpcodesniffer-composer-installer: 0.7.0
- phpcompatibility/php-compatibility: ^9
- squizlabs/php_codesniffer: ^3.3
- wp-coding-standards/wpcs: ^1
This package is auto-updated.
Last update: 2021-11-03 20:14:55 UTC
README
您可以通过以下方式包含此库:
if ( class_exists( '\ThemeIsle\GutenbergAnimation' ) ) {
\ThemeIsle\GutenbergAnimation::instance();
}
鸣谢
Animate.css, https://daneden.github.io/animate.css/ Animate.css 采用 MIT 许可证。(https://open-source.org.cn/licenses/MIT)
发布
此存储库使用传统的 changelog 提交消息 触发发布
如何发布新版本
- 克隆 master 分支
- 进行您的更改
- 向 master 发送 PR 并使用以下主题消息合并它
release: <发布简短描述>
- 对于补丁发布release(minor): <发布简短描述>
- 对于次要发布release(major): <发布简短描述>
- 对于主要发布 发布说明将继承触发发布的提交消息正文。有关更多详细信息,请参阅我们使用的 simple-preset。