Commit 89469ce
committed
fix: add animation: none to measurement clone
cloneNode(false) preserves the motionClassName which may include
@Keyframes animations. transition: none only stops CSS transitions,
not keyframe animations. Without animation: none, the clone could
still run keyframe animations that affect getBoundingClientRect().1 parent 3f8bcf6 commit 89469ce
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| 208 | + | |
208 | 209 | | |
209 | 210 | | |
210 | 211 | | |
| |||
0 commit comments