Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
3268f041
authored
Jan 31, 2013
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(){
...
@@ -85,9 +85,9 @@ $(function(){
url
:
'/ajax/store/list'
,
url
:
'/ajax/store/list'
,
dataType
:
'json'
,
dataType
:
'json'
,
success
:
function
(
data
){
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
);
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
);
});
});
},
},
})
})
...
...
one/templates/home.html
View file @
3268f041
...
@@ -198,7 +198,7 @@
...
@@ -198,7 +198,7 @@
<li
class=
"wm real"
data-bind=
"visible: notInRoot, click: jumpUp"
>
<li
class=
"wm real"
data-bind=
"visible: notInRoot, click: jumpUp"
>
<div
class=
"summary"
>
<div
class=
"summary"
>
<div
class=
"name filetype-jump-out"
>
<div
class=
"name filetype-jump-out"
>
Szülő mappa
..
</div>
</div>
<div
class=
"clear"
></div>
<div
class=
"clear"
></div>
</div>
</div>
...
...
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