Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai
9 years ago
Commit
8dcab6a3ce5afad309422a8d444fedf0dada4c18
1 parent
aa07e39c
顶部logo 英文 60s 翻转一次
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/home/home.js
static/js/home/home.js
View file @
8dcab6a
...
...
@@ -188,7 +188,7 @@ function tsAnimate() {
window
.
setTimeout
(
tsAnimate
,
3000
);
}
else
{
if
(
start
%
360
===
0
)
{
window
.
setTimeout
(
tsAnimate
,
3
*
60
*
1000
);
window
.
setTimeout
(
tsAnimate
,
60
*
1000
);
}
else
{
requestFrame
(
function
()
{
tsAnimate
();
...
...
Please
register
or
login
to post a comment