jedocodes/contao-scrollcuejs-bundle
最新稳定版本:1.0.1
Composer 安装命令:
composer require jedocodes/contao-scrollcuejs-bundle
包简介
Integrates scrollCue.js for Contao content elements and form fields.
README 文档
README
Contao scrollCue.js
Integrate scrollCue.js for a scroll animation of a Contao content element.
Install
- Install via composer or use the Contao Manager
composer require jedocodes/contao-scrollcuejs-bundle
-
Open the install tool and do a database update.
-
Include the js_scrollcuejs template in the page layout.
Add custom animation types
Create a custom template if you want to set custom scrollCue.js options. See the documentation for more details. May be also add
/********************
* foo
*********************/
[data-cue="foo"],[data-cues="foo"]>*{
opacity: 0;
}
@keyframes foo {
from{
...
}
to{
opacity : 1;
...
}
}
Screenshot
统计信息
- 总下载量: 25
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2024-04-13
