docs(home): Fix erratic docs animation
This commit is contained in:
parent
ebe418eb0a
commit
716dc6de92
2 changed files with 1 additions and 1 deletions
|
|
@ -323,4 +323,3 @@ footer.site-footer .input-group-addon {
|
|||
width: 319px;
|
||||
height: 180px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -59,6 +59,7 @@ document.addEventListener("DOMContentLoaded", function(){
|
|||
e.style.left = center[0] + 'px';
|
||||
|
||||
p.pos = [x + center[0], y + center[1]];
|
||||
p.originPos = [x + center[0], y + center[1]];
|
||||
p.v = [0, 0];
|
||||
p.r = r;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue