Skip to content

Commit 888e4d9

Browse files
chore(docs): update code docs
1 parent 365c127 commit 888e4d9

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

docs/components_video_TrickplayCarousel.bs.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,9 +448,12 @@
448448
end if
449449
end sub
450450

451-
' Called when visible field changes
451+
' Called when isVisible field changes
452452
' Performs initial tile caching and displays posters when carousel first appears
453453
sub onIsVisibleChanged()
454+
' Sync built-in Group visible — isVisible is a custom field that doesn't control rendering
455+
m.top.visible = m.top.isVisible
456+
454457
if not m.top.isVisible
455458
' Reset velocity tracking when carousel hides (scrubbing session ended)
456459
m.currentVelocity = 0

docs/data/search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/module-TrickplayCarousel.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)