avh / contao-countup
CountUp 前端模块
1.0.1
2023-06-24 09:34 UTC
Requires
- php: ^8.0
- contao/core-bundle: ^4.13 || ^5.0
Requires (Dev)
- contao/manager-plugin: ^2.0
Conflicts
- contao/manager-plugin: <2.0 || >=3.0
README
作为 Contao 内容元素实现 CountUp.js。
进一步设置可以通过主题中的 data-attributes
手动添加
{% block countup_attributes %}
{{ parent() }}
data-counter-usegrouping="false"
{% endblock %}