mirror of
https://gitlab.com/eql/lqml.git
synced 2026-01-03 07:42:27 -08:00
6 lines
107 B
QML
6 lines
107 B
QML
import QtQuick 2.15
|
|
|
|
NumberAnimation {
|
|
onRunningChanged: Lisp.call("qsoko:animation-change", running)
|
|
}
|
|
|