Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
ddd_display
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
twj
ddd_display
Commits
057336c5
Commit
057336c5
authored
Mar 29, 2022
by
wuxiaoli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PZK
parent
5ecd802f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
display/displayOrder.html
display/displayOrder.html
+2
-2
No files found.
display/displayOrder.html
View file @
057336c5
...
...
@@ -511,7 +511,7 @@
var
_this
=
this
;
this
.
__a
=
setInterval
(
function
()
{
_this
.
animH
()
},
5000
);
},
5000
0
);
},
animH
:
function
()
{
var
_t
=
parseInt
(
H$
(
this
.
id
).
style
.
top
),
...
...
@@ -522,7 +522,7 @@
var
list
=
H$$
(
'
li
'
,
H$
(
this
.
id
));
this
.
__c
=
setInterval
(
function
()
{
_this
.
animO
();
},
5000
);
},
5000
0
);
}
else
{
var
__t
=
Math
.
abs
(
_t
)
-
Math
.
ceil
(
Math
.
abs
(
_t
)
*
.
07
);
H$
(
this
.
id
).
style
.
top
=
-
__t
+
'
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