mirror of
https://github.com/JeremyLikness/vanillajs-deck
synced 2024-11-14 09:34:55 +00:00
rid animation
This commit is contained in:
parent
bf40a6f00c
commit
cc5b061d76
@ -1,6 +1,6 @@
|
||||
<title>Databinding</title>
|
||||
<h1>Databinding Examples</h1>
|
||||
<h2 class="anim-spin"><—></h2>
|
||||
<h2><<«——»>></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>
|
||||
|
Loading…
Reference in New Issue
Block a user