Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
scc-net
netvs
netvs-core
Commits
afaeba3c
Commit
afaeba3c
authored
Oct 27, 2021
by
gj4210
👽
Committed by
janis.streib
Dec 05, 2021
Browse files
FIX: 404 error text moved too fast
parent
31bd3cde
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/views/PageNotFound.vue
View file @
afaeba3c
...
...
@@ -67,8 +67,8 @@ export default {
this
.
xspeed
=
this
.
baseSpeed
*
Math
.
sign
(
this
.
xspeed
)
this
.
yspeed
=
this
.
baseSpeed
*
Math
.
sign
(
this
.
yspeed
)
}
else
this
.
scoreR
+=
1
this
.
xspeed
=
this
.
baseSpeed
*
Math
.
sign
(
this
.
xspeed
)
this
.
yspeed
=
this
.
baseSpeed
*
Math
.
sign
(
this
.
yspeed
)
this
.
xspeed
=
this
.
baseSpeed
*
Math
.
sign
(
this
.
xspeed
)
+
(
this
.
xspeed
-
this
.
baseSpeed
)
/
2
this
.
yspeed
=
this
.
baseSpeed
*
Math
.
sign
(
this
.
yspeed
)
+
(
this
.
yspeed
-
this
.
baseSpeed
)
/
2
this
.
$nextTick
(()
=>
{
logo
.
style
.
left
=
'
1px
'
})
...
...
@@ -90,8 +90,8 @@ export default {
this
.
xspeed
=
this
.
baseSpeed
*
Math
.
sign
(
this
.
xspeed
)
this
.
yspeed
=
this
.
baseSpeed
*
Math
.
sign
(
this
.
yspeed
)
}
else
this
.
scoreL
+=
1
this
.
xspeed
=
this
.
baseSpeed
*
Math
.
sign
(
this
.
xspeed
)
this
.
yspeed
=
this
.
baseSpeed
*
Math
.
sign
(
this
.
yspeed
)
this
.
xspeed
=
this
.
baseSpeed
*
Math
.
sign
(
this
.
xspeed
)
+
(
this
.
xspeed
-
this
.
baseSpeed
)
/
2
this
.
yspeed
=
this
.
baseSpeed
*
Math
.
sign
(
this
.
yspeed
)
+
(
this
.
yspeed
-
this
.
baseSpeed
)
/
2
this
.
$nextTick
(()
=>
{
logo
.
style
.
left
=
bounds_rect
.
width
-
logo_rect
.
width
-
1
+
'
px
'
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment