Qt Code:
NumberAnimation { from: 0; to: { baza.height - rect1.heigh; } easing.type: Easing.OutExpo; duration: 3000 }To copy to clipboard, switch view to plain text mode
Shouldn't there be a semicolon between your 'to' and 'easing.type'?
And 'height' is misspelled after rect1.
--SamG
Bookmarks