Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix typo, closing div and use of input #802

Open
wants to merge 1 commit into
base: v3.3.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions documentation/examples/complex-properties.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
<input class="item" type="range" value="0" min="0" max="100">
<div class="basic-css color-lavender item"></div>
<div class="auto-property color-purple item"></div>
<input class="exponent-values color-pink item" value="-1.1234567890123456789e+30px"></input>
<input class="exponent-values color-pink item" value="-1.1234567890123456789e+30px"/>
<script type="module">

import anime from '../../lib/anime.esm.js';

var boxShadow = anime({
Expand Down
2 changes: 0 additions & 2 deletions documentation/examples/svg-path-animation-responsive.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ <h2>preserveAspectRatio with specified width</h2>
<rect class="rect-el" fill="none" stroke="yellow" stroke-width="2" x="-10" y="-10" width="20" height="20"/>
</svg>
<div class="dom-el color-green"></div>
</div>

</div>
<script type="module">
import anime from '../../lib/anime.esm.js';
Expand Down
2 changes: 1 addition & 1 deletion documentation/examples/timeline.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<button class="pause">Pause</button>
<button class="reverse">Reverse</button>
<button class="restart">Restart</button>
<label>Is reversed : <input class="is-reversed"></input></label>
<label>Is reversed : <input class="is-reversed"/></label>
</div>
<div class="timeline">
<input class="progress" type="range" min="0" max="100" step=".1" value="0">
Expand Down
2 changes: 1 addition & 1 deletion documentation/examples/transforms-demo.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<titletransforms demo • anime.js</title>
<title>transforms demo • anime.js</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:title" content="anime.js">
Expand Down
34 changes: 17 additions & 17 deletions documentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ <h3 class="demo-title">DOM Attributes</h3>
</table>
</div>
<div class="demo-content dom-attribute-demo">
<input class="el text-output" value="0"></input>
<input class="el text-output" value="0"/>
</div>
<script>var domAttr = function() {
/*DEMO*/
Expand Down Expand Up @@ -2702,7 +2702,7 @@ <h3 class="demo-title">Seek</h3>
<div class="small square el"></div>
</div>
<div class="line controls">
<input class="progress" step=".001" type="range" min="0" max="1" value="0"></input>
<input class="progress" step=".001" type="range" min="0" max="1" value="0"/>
</div>
</div>
<script>var seekAnim = function() {
Expand Down Expand Up @@ -2753,7 +2753,7 @@ <h3 class="demo-title">Timeline controls</h3>
<button class="play">Play</button>
<button class="pause">Pause</button>
<button class="restart">Restart</button>
<input class="progress" step=".001" type="range" min="0" max="1" value="0"></input>
<input class="progress" step=".001" type="range" min="0" max="1" value="0"/>
</div>
</div>
<script>var TLcontrols = function() {
Expand Down Expand Up @@ -2827,8 +2827,8 @@ <h3 class="demo-title">Update</h3>
</div>
<div class="demo-content update-demo">
<div class="logs">
<input class="log progress-log"></input>
<input class="log update-log"></input>
<input class="log progress-log"/>
<input class="log update-log"/>
</div>
<div class="circle shadow"></div>
<div class="circle el"></div>
Expand Down Expand Up @@ -2880,9 +2880,9 @@ <h3 class="demo-title">Begin & Complete</h3>
</div>
<div class="demo-content begin-complete-demo">
<div class="logs">
<input class="log progress-log"></input>
<input class="log begin-log" value=""></input>
<input class="log complete-log" value=""></input>
<input class="log progress-log"/>
<input class="log begin-log" value=""/>
<input class="log complete-log" value=""/>
</div>
<div class="large circle shadow"></div>
<div class="large circle el"></div>
Expand Down Expand Up @@ -2940,8 +2940,8 @@ <h3 class="demo-title">loopBegin & loopComplete</h3>
</div>
<div class="demo-content loopBegin-loopComplete-demo">
<div class="logs">
<input class="log loopBegin-log" value=""></input>
<input class="log loopComplete-log" value=""></input>
<input class="log loopBegin-log" value=""/>
<input class="log loopComplete-log" value=""/>
</div>
<div class="circle shadow"></div>
<div class="circle el"></div>
Expand Down Expand Up @@ -2999,8 +2999,8 @@ <h3 class="demo-title">Change</h3>
</div>
<div class="demo-content change-demo">
<div class="logs">
<input class="log progress-log"></input>
<input class="log change-log"></input>
<input class="log progress-log"/>
<input class="log change-log"/>
</div>
<div class="circle shadow"></div>
<div class="circle el"></div>
Expand Down Expand Up @@ -3056,9 +3056,9 @@ <h3 class="demo-title">changeBegin & changeComplete</h3>
</div>
<div class="demo-content changeBegin-chnageComplete-demo">
<div class="logs">
<input class="log progress-log" value=""></input>
<input class="log changeBegin-log" value=""></input>
<input class="log changeComplete-log" value=""></input>
<input class="log progress-log" value=""/>
<input class="log changeBegin-log" value=""/>
<input class="log changeComplete-log" value=""/>
</div>
<div class="large circle shadow"></div>
<div class="large circle el"></div>
Expand Down Expand Up @@ -3116,8 +3116,8 @@ <h3 class="demo-title">Finished promise</h3>
</div>
<div class="demo-content promise-demo">
<div class="logs">
<input class="log progress-log"></input>
<input class="log finished-log"></input>
<input class="log progress-log"/>
<input class="log finished-log"/>
</div>
<div class="circle shadow"></div>
<div class="circle el"></div>
Expand Down