Skip to content

Commit

Permalink
Merge pull request LeaVerou#4 from mischah/master
Browse files Browse the repository at this point in the history
Add width property
  • Loading branch information
Lea Verou committed Oct 30, 2011
2 parents 4e37380 + c29cbe1 commit 8c296f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Expand Up @@ -47,6 +47,7 @@ <h2>One property, two values, endless possiblities</h2>
<a data-property="transform" data-from="perspective(400px) rotateY(0deg)" data-to="perspective(400px) rotateY(360deg)"></a>
<a data-property="transform" data-from="perspective(400px) rotateX(0deg)" data-to="perspective(400px) rotateX(360deg)" data-author="calvein"></a>
<a data-property="transform-origin" data-from="50% 50%" data-to="0 100%" style="transform:rotate(45deg)"></a>
<a data-property="width" data-from="150px" data-to="330px" data-author="mkuehnel"></a>
</div>

<section id="info">
Expand Down

0 comments on commit 8c296f8

Please sign in to comment.