Skip to content

Commit

Permalink
Clarified description
Browse files Browse the repository at this point in the history
and updated my new location
  • Loading branch information
janpaepke committed Mar 24, 2014
1 parent cdd98e1 commit 44d720a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

###The jQuery plugin for magical scroll interactions.

ScrollMagic is a jQuery plugin which essentially lets you use the scrollbar like a progress bar.
ScrollMagic is a jQuery plugin which essentially lets you use the scrollbar like a playback scrub control.
It's the plugin for you, if you want to ...
* ... start an animation at a specific scroll position.
* ... synchronize an animation to the scrollbar movement.
Expand Down Expand Up @@ -75,7 +75,7 @@ Firefox 26+, Chrome 30+, Safari 6+, Opera 19+, IE 9+

##About the Author

I am a freelance Art Director based in Vienna, Austria (soon Lausanne, Switzerland).
I am a freelance Art Director based in Lausanne, Switzerland.
I started this project to intensify my knowledge of javascript.

[Check out my website](http://www.janpaepke.de) or [Follow me on Twitter](http://twitter.com/janpaepke)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@


<section>
<article><h1>ScrollMagic <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=8BJC8B58XHKLL" title="Shut up and take my money!"><img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate" title="Shut up and take my money!"></a></h1><h3>The jQuery plugin for magical scroll interactions.</h3><p>ScrollMagic is a jQuery plugin which essentially lets you use the scrollbar like a progress bar.<br>It's the plugin for you, if you want to ...</p>
<article><h1>ScrollMagic <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=8BJC8B58XHKLL" title="Shut up and take my money!"><img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate" title="Shut up and take my money!"></a></h1><h3>The jQuery plugin for magical scroll interactions.</h3><p>ScrollMagic is a jQuery plugin which essentially lets you use the scrollbar like a playback scrub control.<br>It's the plugin for you, if you want to ...</p>
<ul>
<li>... start an animation at a specific scroll position.</li>
<li>... synchronize an animation to the scrollbar movement.</li>
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<meta name="viewport" content="width=700" />
<meta name="keywords" content="ScrollMagic, scrolling, animation, Superscrollorama, Scrollorama" />
<meta name="description" content="ScrollMagic - The jQuery plugin for magical scroll interactions.
A jQuery plugin which essentially lets you use the scrollbar like a progress bar." />
A jQuery plugin which essentially lets you use the scrollbar like a playback scrub control." />
<meta name="author" content="Jan Paepke (www.janpaepke.de)" />
<meta name="designer" content="Jan Paepke (www.janpaepke.de)" />
<meta property="fb:admins" content="595418934" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://janpaepke.github.io/ScrollMagic/" />
<meta property="og:image" content="http://janpaepke.github.io/ScrollMagic/img/demo_fb_preview.jpg" />
<meta property="og:title" content="ScrollMagic" />
<meta property="og:description" content="The jQuery plugin for magical scroll interactions. ScrollMagic is a jQuery plugin which essentially lets you use the scrollbar like a progress bar." />
<meta property="og:description" content="The jQuery plugin for magical scroll interactions. ScrollMagic is a jQuery plugin which essentially lets you use the scrollbar like a playback scrub control." />

<title>ScrollMagic - Demo</title>

Expand Down Expand Up @@ -342,7 +342,7 @@ <h2>
</a>
</div>
<p>
ScrollMagic is a jQuery plugin which essentially lets you use the scrollbar like a progress bar.<br>
ScrollMagic is a jQuery plugin which essentially lets you use the scrollbar like a playback scrub control.<br>
It's the plugin for you, if you want to ...
</p>
<ul class="nexttohat">
Expand Down

0 comments on commit 44d720a

Please sign in to comment.