rid animation

This commit is contained in:
Jeremy Likness 2020-01-29 16:53:34 -08:00
parent bf40a6f00c
commit cc5b061d76

View File

@ -1,6 +1,6 @@
<title>Databinding</title>
<h1>Databinding Examples</h1>
<h2 class="anim-spin">&lt;&mdash;&gt;</h2>
<h2>&lt;&lt;&laquo;&mdash;&mdash;&raquo;&gt;&gt;</h2>
<label for="first"><div>Number:</div><input type="text" id="first" data-bind="n1"/></label>
<label for="second"><div>Multiplied by Number:</div><input type="text" id="second" data-bind="n2"/></label>
<label for="result"><div>Result:</div><input type="text" id="result" data-bind="result" disabled/></label>