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