mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-05 18:20:33 -08:00
5 lines
99 B
QML
5 lines
99 B
QML
import QtQuick
|
|
|
|
ScaleAnimator {
|
|
onRunningChanged: Lisp.call("qsoko:animation-change", running)
|
|
}
|