Animations in library

This commit is contained in:
Chris Cochrun 2022-02-22 15:27:22 -06:00
parent fe48da06c8
commit d5515d4c52
10 changed files with 104 additions and 248 deletions

View file

@ -16,7 +16,7 @@ Item {
property bool editMode: false
// These properties are for the slides visuals
property real textSize: 26
property real textSize: 72
property bool dropShadow: false
property url imageSource: imageBackground
property url videoSource: videoBackground
@ -85,9 +85,12 @@ Item {
id: lyrics
text: "This is some test lyrics" // change to song lyrics of current verse
font.pointSize: textSize
minimumPointSize: 5
fontSizeMode: Text.Fit
font.family: chosenFont
style: Text.Raised
anchors.centerIn: parent
/* width: parent.width */
clip: true
layer.enabled: true