fix: animate background colour
This commit is contained in:
parent
99dec4ea6b
commit
4ed5449485
1 changed files with 4 additions and 0 deletions
|
|
@ -117,6 +117,10 @@ Variants {
|
||||||
id: blobGroup
|
id: blobGroup
|
||||||
|
|
||||||
color: Colours.palette.m3surface
|
color: Colours.palette.m3surface
|
||||||
|
|
||||||
|
Behavior on color {
|
||||||
|
CAnim {}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
BlobInvertedRect {
|
BlobInvertedRect {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue