add animation to cookie clock quote

This commit is contained in:
darksignal7
2025-10-04 14:20:02 +03:00
parent ff795b1373
commit ccaa13fa21
@@ -170,12 +170,17 @@ Item {
radius: Appearance.rounding.small radius: Appearance.rounding.small
color: Appearance.colors.colSecondaryContainer color: Appearance.colors.colSecondaryContainer
RowLayout{ Behavior on implicitHeight {
anchors.centerIn: parent animation: Appearance.animation.elementResize.numberAnimation.createObject(this)
spacing: 4 }
Behavior on opacity { Behavior on opacity {
animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this) animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this)
} }
RowLayout{
anchors.centerIn: parent
spacing: 4
MaterialSymbol{ MaterialSymbol{
id: quoteIcon id: quoteIcon
visible: showQuote > 0 visible: showQuote > 0