Skip to content

Commit

Permalink
halfing all scrolling distances
Browse files Browse the repository at this point in the history
  • Loading branch information
David Gamache authored and David Gamache committed May 14, 2014
1 parent 536f7ac commit c6cdc86
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions parallax/js/picasso.js
Expand Up @@ -19,7 +19,7 @@
keyframes = [
{
'wrapper' : '#intro',
'duration' : '200%',
'duration' : '100%',
'animations' : [
{
'selector' : '.name',
Expand All @@ -36,7 +36,7 @@
]
} , {
'wrapper' : '#explosion',
'duration' : '300%',
'duration' : '150%',
'animations' : [
{
'selector' : '.explosion-byline',
Expand All @@ -50,7 +50,7 @@
]
} , {
'wrapper' : '#explosion',
'duration' : '300%',
'duration' : '150%',
'animations' : [
{
'selector' : '.dei-1',
Expand Down Expand Up @@ -150,7 +150,7 @@
]
} , {
'wrapper' : '#explosion',
'duration' : '200%',
'duration' : '100%',
'animations' : [
{
'selector' : '.explosion-byline',
Expand All @@ -160,7 +160,7 @@
]
} , {
'wrapper' : '#images',
'duration' : '300%',
'duration' : '150%',
'animations' : [
{
'selector' : '.images-byline',
Expand All @@ -176,11 +176,11 @@
]
} , {
'wrapper' : '#images',
'duration' : '150%',
'duration' : '75%',
'animations' : []
} , {
'wrapper' : '#images',
'duration' : '300%',
'duration' : '150%',
'animations' : [
{
'selector' : '.images-byline',
Expand Down Expand Up @@ -213,11 +213,11 @@
]
} , {
'wrapper' : '#images',
'duration' : '80%',
'duration' : '40%',
'animations' : []
} , {
'wrapper' : '#images',
'duration' : '300%',
'duration' : '150%',
'animations' : [
{
'selector' : '.images-byline-2',
Expand All @@ -240,7 +240,7 @@
]
} , {
'wrapper' : '#links',
'duration' : '200%',
'duration' : '100%',
'animations' : [
{
'selector' : '#links',
Expand Down

0 comments on commit c6cdc86

Please sign in to comment.