Skip to content

Commit

Permalink
Fix image example receiving transition class names
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Feb 20, 2017
1 parent 4a2ee4d commit 677b52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/documents/behaviors/visibility.html.eco
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ type : 'UI Behavior'
</div>
</div>

<div class="visibility example">
<div class="visibility shown example">
<h4 class="ui header">Lazy Loading Images</h4>
<p>Visibility includes several shortcuts for setting up common visibility events. Using the setting <code>type: 'image'</code> will automatically attach events to an images <code>topVisible</code> to load the contents of <code>data-src</code> as <code>src</code>.</p>

Expand Down

0 comments on commit 677b52d

Please sign in to comment.