use raf to impl a more accurate timer and replay events async

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 9fda4c0809
commit 499d84fc70
3 changed files with 142 additions and 46 deletions

View File

@@ -0,0 +1,10 @@
.replayer-wrapper {
position: relative;
}
.replayer-mouse {
position: absolute;
width: 20px;
height: 20px;
border-radius: 10px;
background: thistle;
}