Skip to content

Commit 677b52d

Browse files
committed
Fix image example receiving transition class names
1 parent 4a2ee4d commit 677b52d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/documents/behaviors/visibility.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ type : 'UI Behavior'
578578
</div>
579579
</div>
580580

581-
<div class="visibility example">
581+
<div class="visibility shown example">
582582
<h4 class="ui header">Lazy Loading Images</h4>
583583
<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>
584584

0 commit comments

Comments
 (0)