MobileBlur

fade.html at [b74e6c434b]
Login

File applications/examples/views/ajax_examples/fade.html artifact e7aa5189d8 part of check-in b74e6c434b


{{extend 'layout.html'}}

<form>
<input type="button" onclick="fade('test',-0.2);" value="fade down"/>
<input type="button" onclick="fade('test',+0.2);" value="fade up"/>
</form>

<div id="test">{{='Hello World '*100}}</div>