yii2-extension animate-css
Yii2 Animate CSS Asset
phpnt/animate-css
Yii2 Animate CSS Asset
- Saturday, July 2, 2016
- by phpnt
- Repository
- 1 Watchers
- 0 Stars
- 1,399 Installations
- PHP
- 3 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 10 % Grown
phpNT - Animate CSS
Описание:
Анимирует HTML контент.
Социальные сети:
Установка:, (*1)
php composer.phar require "phpnt/animate-css" "*"
или, (*2)
composer require phpnt/animate-css
или добавить в composer.json файл, (*3)
"phpnt/animate-css": "*"
### Представление:
<?php
use phpnt\animateCss\AnimateCssAsset;
AnimateCssAsset::register($this);
// теперь, ко всем элементам, которые имеют класс animated, применяется анимация
?>
<div class="col-md-4 col-md-offset-4 text-center">
<div class="animated fadeInDown" style="margin-top: 30px; padding: 5px 5px 5px 5px; background-color: #00a7d0;">
<h3 style="margin-top: 5px;">fadeInDown</h3>
</div>
</div>
<div class="col-md-4 col-md-offset-4 text-center">
<div class="animated bounceInRight" style="margin-top: 30px; padding: 5px; background-color: #ce8483;">
<h3 style="margin-top: 5px;">bounceInRight</h3>
</div>
</div>
<div class="col-md-4 col-md-offset-4 text-center">
<div class="animated slideInLeft" style="margin-top: 30px; padding: 5px; background-color: #2AA198;">
<h3 style="margin-top: 5px;">slideInLeft</h3>
</div>
</div>
<div class="col-md-4 col-md-offset-4 text-center">
<div class="animated rotateInUpRight" style="margin-top: 30px; padding: 5px; background-color: #77ee77;">
<h3 style="margin-top: 5px;">rotateInUpRight</h3>
</div>
</div>
Документация (примеры):
Версия:
### 0.0.1
Лицензия:
dev-master
9999999-dev
Yii2 Animate CSS Asset
Sources
Download
MIT
The Requires
css
yii2
widget
animate
phpnt
0.0.1
0.0.1.0
Yii2 Animate CSS Asset
Sources
Download
MIT
The Requires
css
yii2
widget
animate
phpnt