mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-20 02:59:26 +01:00
Add animation to opacity
This commit is contained in:
parent
1362f5e227
commit
46ce25ded5
@ -126,7 +126,8 @@ class Message extends StatelessWidget {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
itemBuilder: (BuildContext context) => popupMenuList,
|
itemBuilder: (BuildContext context) => popupMenuList,
|
||||||
child: Opacity(
|
child: AnimatedOpacity(
|
||||||
|
duration: Duration(milliseconds: 500),
|
||||||
opacity: event.status == 0 ? 0.5 : 1,
|
opacity: event.status == 0 ? 0.5 : 1,
|
||||||
child: Bubble(
|
child: Bubble(
|
||||||
elevation: 0,
|
elevation: 0,
|
||||||
|
@ -110,8 +110,8 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: bc2ca9749cfcc0506c59f97f4ae4987f0e84fbf4
|
ref: "2545995bbe96a1d96fe176ab666f4dd03d591aa6"
|
||||||
resolved-ref: bc2ca9749cfcc0506c59f97f4ae4987f0e84fbf4
|
resolved-ref: "2545995bbe96a1d96fe176ab666f4dd03d591aa6"
|
||||||
url: "https://gitlab.com/famedly/famedlysdk.git"
|
url: "https://gitlab.com/famedly/famedlysdk.git"
|
||||||
source: git
|
source: git
|
||||||
version: "0.0.1"
|
version: "0.0.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user