Skip to content
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.

Commit

Permalink
updated github.com to github.io links. fixes #212
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Prinzhorn committed Jun 17, 2013
1 parent eaee501 commit 90fa900
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ If you're familiar with CSS, you already know the `style` attribute. In order to
```html
<div data-0="background-color:rgb(0,0,255);" data-500="background-color:rgb(255,0,0);">WOOOT</div>
```
[View in browser](http://prinzhorn.github.com/skrollr/examples/docu/1.html)
[View in browser](http://prinzhorn.github.io/skrollr/examples/docu/1.html)

##### Lessons learned

Expand All @@ -93,7 +93,7 @@ If you're familiar with CSS, you already know the `style` attribute. In order to
```html
<div data-0="background-color:rgb(0,0,255);transform:rotate(0deg);" data-500="background-color:rgb(255,0,0);transform:rotate(360deg);">WOOOT</div>
```
[View in browser](http://prinzhorn.github.com/skrollr/examples/docu/2.html)
[View in browser](http://prinzhorn.github.io/skrollr/examples/docu/2.html)

##### Lessons learned

Expand All @@ -104,7 +104,7 @@ If you're familiar with CSS, you already know the `style` attribute. In order to
```html
<div data-0="background-color:rgb(0,0,255);transform[bounce]:rotate(0deg);" data-500="background-color:rgb(255,0,0);transform[bounce]:rotate(360deg);">WOOOT</div>
```
[View in browser](http://prinzhorn.github.com/skrollr/examples/docu/3.html)
[View in browser](http://prinzhorn.github.io/skrollr/examples/docu/3.html)

#### Lessons learned

Expand All @@ -117,7 +117,7 @@ Now you may have noticed that using `500` as a keyframe position is kind of rand
```html
<div data-0="background-color:rgb(0,0,255);transform[bounce]:rotate(0deg);" data-top="background-color:rgb(255,0,0);transform[bounce]:rotate(360deg);">WOOOT</div>
```
[View in browser](http://prinzhorn.github.com/skrollr/examples/docu/4.html)
[View in browser](http://prinzhorn.github.io/skrollr/examples/docu/4.html)

##### Lessons learned

Expand Down
14 changes: 7 additions & 7 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Examples

Showcasing the awesomeness of skrollr.

* [The "main" example](http://prinzhorn.github.com/skrollr/)
* [Demonstrating different anchors](http://prinzhorn.github.com/skrollr/examples/anchors.html)
* [Demonstrating data-anchor-target](http://prinzhorn.github.com/skrollr/examples/anchor_target.html)
* [Drawing a SVG path](http://prinzhorn.github.com/skrollr/examples/path.html)
* [Using two custom easing functions to create a circular motion](http://prinzhorn.github.com/skrollr/examples/circular_motion.html)
* [Parallax background with constant speed](http://prinzhorn.github.com/skrollr/examples/bg_constant_speed_less.html)
* [gradientsmotherfucker](http://prinzhorn.github.com/skrollr/examples/gradientsmotherfucker.html)
* [The "main" example](http://prinzhorn.github.io/skrollr/)
* [Demonstrating different anchors](http://prinzhorn.github.io/skrollr/examples/anchors.html)
* [Demonstrating data-anchor-target](http://prinzhorn.github.io/skrollr/examples/anchor_target.html)
* [Drawing a SVG path](http://prinzhorn.github.io/skrollr/examples/path.html)
* [Using two custom easing functions to create a circular motion](http://prinzhorn.github.io/skrollr/examples/circular_motion.html)
* [Parallax background with constant speed](http://prinzhorn.github.io/skrollr/examples/bg_constant_speed_less.html)
* [gradientsmotherfucker](http://prinzhorn.github.io/skrollr/examples/gradientsmotherfucker.html)

0 comments on commit 90fa900

Please sign in to comment.