Commit be15eb8
Add fast fade transition animation when screenshots change
- Implemented 150ms fade out/in transition when scrolling between different screenshots - Uses opacity animation with CSS transitions for smooth visual experience - Maintains current screenshot during transition to prevent flickering - Enhances user experience when navigating through conversation screenshots 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>1 parent e836c4a commit be15eb8
File tree
1 file changed
+24
-5
lines changed- packages/bytebot-ui/src/components/screenshot
1 file changed
+24
-5
lines changedLines changed: 24 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
13 | 30 | | |
14 | 31 | | |
15 | 32 | | |
| |||
24 | 41 | | |
25 | 42 | | |
26 | 43 | | |
27 | | - | |
| 44 | + | |
28 | 45 | | |
29 | 46 | | |
30 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
31 | 50 | | |
32 | 51 | | |
33 | 52 | | |
| |||
0 commit comments