ayrozjlc/yii2-counterup
Composer 安装命令:
composer require ayrozjlc/yii2-counterup
包简介
AssetBundle for jQuery Counter-Up Plugin https://github.com/NawaraGFX/Counter-Up
关键字:
README 文档
README
AssetBundle for jQuery Counter-Up Plugin https://github.com/NawaraGFX/Counter-Up
Installation
####Composer
composer require --prefer-dist "ayrozjlc/yii2-counterup:*"
or add
"ayrozjlc/yii2-counterup": "dev-master"
to the require section of your composer.json file.
Usage
in view (for example: @app/views/layouts/main.php)
// ... use ayrozjlc\counterup\CounterUpAsset; // ... CounterUpAsset::register($this);
or add to your assets/AppAsset.php
public $depends = [ // ... '\ayrozjlc\counterup\CounterUpAsset', ];
Add the class "counter" to the number that will be given the animation:
<span class="counter"> 1000 </ span>
统计信息
- 总下载量: 652
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2016-10-25