mirror of
https://gitlab.com/eql/lqml.git
synced 2026-01-01 06:41:06 -08:00
6 lines
111 B
QML
6 lines
111 B
QML
import QtQuick 2.15
|
|
|
|
SequentialAnimation {
|
|
onRunningChanged: Lisp.call("qsoko:animation-change", running)
|
|
}
|
|
|