fix: always complete network opacity in anim

This commit is contained in:
2 * r + 2 * t 2026-06-06 15:35:31 +10:00
parent 7fb9f3d88d
commit cde59b308d

View file

@ -93,12 +93,22 @@ PageBase {
}
move: Transition {
Anim {
property: "opacity"
to: 1
type: Anim.DefaultEffects
}
Anim {
property: "y"
}
}
displaced: Transition {
Anim {
property: "opacity"
to: 1
type: Anim.DefaultEffects
}
Anim {
property: "y"
}