1
0
Fork 0

docs(home): Fix erratic docs animation

This commit is contained in:
Alexandre Stanislawski 2015-12-23 10:40:29 +01:00
parent ebe418eb0a
commit 716dc6de92
2 changed files with 1 additions and 1 deletions

View file

@ -323,4 +323,3 @@ footer.site-footer .input-group-addon {
width: 319px;
height: 180px;
}

View file

@ -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;
}