Skip to content

Instantly share code, notes, and snippets.

@wertgit
wertgit / shake.qml
Created January 20, 2017 05:13 — forked from anonymous/shake.qml
Card Shake
ParallelAnimation {
id: shake_card
running: false
alwaysRunToEnd: true
ParallelAnimation {
ColorAnimation { target: thefirstword; property: "color" ; to: first_word_color;duration: brokecolors ? 1000 : 0 ; easing.type: Easing.Linear; }
ColorAnimation { target: thefirstword; property: "styleColor" ; to: "#00000000";duration: brokecolors ? 1000 : 0 ; easing.type: Easing.Linear; }