Commit f2eb40c
committed
fix: remove scale animation from inline task widgets (#1456)
The entrance animation for inline task previews included a scale
transformation (0.95→1.0) that replayed whenever widgets were
recreated on status change, causing a distracting visual jump.
Removed the scale, keeping only the opacity fade.1 parent 034463e commit f2eb40c
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
418 | | - | |
419 | 418 | | |
420 | 419 | | |
421 | 420 | | |
422 | | - | |
423 | 421 | | |
424 | 422 | | |
425 | 423 | | |
| |||
0 commit comments