Skip to content

Commit

Permalink
dzdzd
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Tetaz committed Aug 13, 2012
1 parent bafba09 commit 535a547
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion css/impress-demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ a:focus {

.impress-enabled .step {
margin: 0;
opacity: 0;
opacity: 0.1;

-webkit-transition: opacity 1s;
-moz-transition: opacity 1s;
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h2>Plan</h2>
</q>
</div>

<div id="title" class="step" data-x="0" data-y="0" data-scale="4">
<div id="title" class="step" data-x="2700" data-y="0" data-scale="4">
<span class="try">Mon</span>
<h1>Intro</h1>
<span class="duction">DUCTION</span>
Expand All @@ -96,7 +96,7 @@ <h1>Rappel:</h1>
</div>
</div>

<div id="big" class="step" data-x="5000" data-y="5000" data-rotate="180" data-scale="6">
<div id="big" class="step" data-x="-1000" data-y="0" data-rotate="180" data-scale="6">
<p><span class="tiny">Mes</span> <b>MISSIONS</b></p>
</div>

Expand Down Expand Up @@ -140,7 +140,7 @@ <h1>Agenda</h1>
</span>
</div>

<div id="tiny3" class="step" data-x="4825" data-y="2325" data-z="-5000" data-rotate="180" data-scale="3">
<div id="tiny3" class="step" data-x="6000" data-y="2325" data-z="-5000" data-rotate="180" data-scale="3">
<p>
<b>Objets JS</b> :
<ul>
Expand Down

0 comments on commit 535a547

Please sign in to comment.