Skip to content

Commit 6de6ced

Browse files
committed
Fix keyframes for Position/Size in Text: Typewriter
1 parent d8aa0d8 commit 6de6ced

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/qml/filters/typewriter/meta.qml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,13 @@ Metadata {
3232
keyframes {
3333
allowAnimateIn: true
3434
allowAnimateOut: true
35-
simpleProperties: ['opacity']
35+
simpleProperties: ['geometry', 'fgcolour', 'olcolour', 'bgcolour', 'opacity']
3636
parameters: [
37+
Parameter {
38+
name: qsTr('Position / Size')
39+
property: 'geometry'
40+
isRectangle: true
41+
},
3742
Parameter {
3843
name: qsTr('Font color')
3944
property: 'fgcolour'

0 commit comments

Comments
 (0)