Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
todomvc
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eugene Shen
todomvc
Commits
f135249f
Commit
f135249f
authored
Mar 13, 2015
by
Sindre Sorhus
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1198 from samccone/sjs/remove-home-page-animation
Remove homepage slide animations.
parents
9f7d0c6d
f9e8bdc4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
11 deletions
+0
-11
site-assets/main.css
site-assets/main.css
+0
-10
site-assets/main.js
site-assets/main.js
+0
-1
No files found.
site-assets/main.css
View file @
f135249f
...
...
@@ -129,7 +129,6 @@ header nav a:not(:last-child) {
font-size
:
17px
;
display
:
flex
;
flex-wrap
:
wrap
;
transition
:
height
.5s
ease-in-out
;
}
.applist
li
{
...
...
@@ -337,15 +336,6 @@ a.zocial {
border-radius
:
.3em
;
}
@keyframes
swoosh-in
{
from
{
opacity
:
0
;
transform
:
translateX
(
-500px
);
}
to
{
opacity
:
1
;
transform
:
translateX
(
0
);
}
}
.anim-swoosh-in
{
animation
:
swoosh-in
0.5s
;
}
@media
(
max-width
:
480px
)
{
.credit
a
{
display
:
block
;
...
...
site-assets/main.js
View file @
f135249f
...
...
@@ -206,7 +206,6 @@
var
isSelected
=
el
.
dataset
.
appList
===
selected
;
el
.
style
.
display
=
isSelected
?
'
block
'
:
'
none
'
;
el
.
classList
.
toggle
(
'
anim-swoosh-in
'
,
isSelected
);
if
(
isSelected
)
{
this
.
adjustHeight
(
el
);
}
...
...
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