Skip to content

Commit

Permalink
Merge pull request #291 from jrjohnson/documentspacer
Browse files Browse the repository at this point in the history
Added growDuration to dummy liquid-spacer example
  • Loading branch information
ef4 committed Jun 5, 2015
2 parents cc4a678 + aef0e7b commit db881e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ and shrinking a container, whenever the stuff inside changes.</p>
{{!- BEGIN-SNIPPET liquid-spacer-demo -}}
<div id="liquid-spacer-demo">
<label>{{input type="checkbox" checked=showLongMessage}} Show Long Message</label>
{{#liquid-spacer}}
{{#liquid-spacer growDuration=250}}
{{#if showLongMessage}}
{{longMessage}}
{{else}}
Expand Down

0 comments on commit db881e6

Please sign in to comment.