Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Fukász Rómeó Ervin
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
3268f041
authored
12 years ago
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
animation speed fix
parent
de69822e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
one/static/cloud.js
+2
-2
one/templates/home.html
+1
-1
No files found.
one/static/cloud.js
View file @
3268f041
...
...
@@ -85,9 +85,9 @@ $(function(){
url
:
'/ajax/store/list'
,
dataType
:
'json'
,
success
:
function
(
data
){
$
(
'.file-list .real'
).
css
({
left
:
0
,
position
:
'relative'
}).
animate
({
left
:
'-100%'
},
10
00
).
promise
().
done
(
function
(){
$
(
'.file-list .real'
).
css
({
left
:
0
,
position
:
'relative'
}).
animate
({
left
:
'-100%'
},
5
00
).
promise
().
done
(
function
(){
loadFolderDone
(
data
);
$
(
'.file-list .real'
).
css
({
left
:
'-300%'
,
position
:
'relative'
}).
animate
({
left
:
0
},
10
00
);
$
(
'.file-list .real'
).
css
({
left
:
'-300%'
,
position
:
'relative'
}).
animate
({
left
:
0
},
5
00
);
});
},
})
...
...
This diff is collapsed.
Click to expand it.
one/templates/home.html
View file @
3268f041
...
...
@@ -198,7 +198,7 @@
<li
class=
"wm real"
data-bind=
"visible: notInRoot, click: jumpUp"
>
<div
class=
"summary"
>
<div
class=
"name filetype-jump-out"
>
Szülő mappa
..
</div>
<div
class=
"clear"
></div>
</div>
...
...
This diff is collapsed.
Click to expand it.
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