Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jphp-group/jphp-animatefx-ext


https://github.com/jphp-group/jphp-animatefx-ext

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# AnimateFX for JPHP
## Установка
```
jppm add jphp-animatefx-ext
```
## Примеры
```php
// Первый вариант
$anim = new AnimationFX($animationName, $node, function(){
var_dump('finished');
});
$anim->start();
// Второй вариант
$anim = AnimationFX::play($animationName, $node, function(){
var_dump('finished');
});
```
## Дополнительно

[Список всех анимаций](https://github.com/Typhon0/AnimateFX/wiki/Animations)

[Расширение для DevelNext](https://github.com/jphp-group/jphp-animatefx-ext/releases)

[Venity](https://vk.com/venity)

[DevelNext - extensions & manuals.](https://vk.com/dn_extension)

[Оригинальная библиотека](https://github.com/Typhon0/AnimateFX)