Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jphp-group/jphp-animatefx-ext
https://github.com/jphp-group/jphp-animatefx-ext
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jphp-group/jphp-animatefx-ext
- Owner: jphp-group
- License: apache-2.0
- Created: 2018-07-22T17:35:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-30T04:31:17.000Z (about 6 years ago)
- Last Synced: 2024-02-09T06:34:49.440Z (9 months ago)
- Language: Java
- Size: 11.7 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
- awesome-jphp - AnimateFX - awesome animations for JavaFX Extension. (Uncategorized / Uncategorized)
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)