change link timeout
This commit is contained in:
parent
038c4aa409
commit
0bd1279ecf
1 changed files with 3 additions and 1 deletions
2
icf.js
2
icf.js
|
@ -125,7 +125,9 @@ function mod(a, b) {
|
|||
function play() {
|
||||
if (speed <= 0 && acceleration < 0) {
|
||||
paused = true
|
||||
if (!timelineLinkEntered) {
|
||||
timelineLink.style.display = 'none'
|
||||
}
|
||||
return
|
||||
}
|
||||
position += speed / fpsAnimation
|
||||
|
|
Loading…
Reference in a new issue