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

This commit is contained in:
Yanzhen Yu
2018-10-12 14:30:44 +08:00
parent e93fd177be
commit f4bf94aa2d
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;
}