Commit b9cfef1
committed
feat: Add floating wave effect to text in bubbles animation
Make the entire card feel like it's underwater by adding gentle wave
animations to all text elements in the bubbles animation style.
Text Animation Details:
- Title: Floats with 4s wave cycle
- Description lines: Each line has independent wave with staggered delays
- Line 1: 3.8s cycle, 0s delay
- Line 2: 3.5s cycle, 0.3s delay
- Line 3: 4.2s cycle, 0.6s delay
- Stats: Float with 3.8s cycle, 0.4s delay
- All other text: 3.2s cycle with 0.2s delay
Wave Patterns:
- textFloatWave: Smooth sine wave (down → up → down)
- textFloatWave2: Inverted wave (up → down → up)
- textFloatWave3: Gentler variant with 1.5px amplitude
Technical Implementation:
- Uses CSS translateY transforms for smooth animation
- Each element has unique timing to prevent synchronization
- Amplitudes kept small (1.5-2px) for subtle, non-distracting effect
- Combines with existing fadeIn animation for title
- All timing uses ease-in-out for organic feel
The result is a complete underwater immersion effect where text,
creatures, and bubbles all move independently like they're floating
in a cybernetic aquarium laboratory!1 parent e5a6b83 commit b9cfef1
2 files changed
Lines changed: 46 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
78 | 82 | | |
79 | 83 | | |
80 | 84 | | |
81 | | - | |
| 85 | + | |
82 | 86 | | |
83 | 87 | | |
84 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
173 | 190 | | |
174 | 191 | | |
175 | 192 | | |
| |||
182 | 199 | | |
183 | 200 | | |
184 | 201 | | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
185 | 225 | | |
186 | 226 | | |
187 | 227 | | |
| |||
0 commit comments