Forum Discussion

JimOwen-f418d1f's avatar
JimOwen-f418d1f
Community Member
5 hours ago

Videos start jumpy

I have this problem across all my projects. I have attached a sample to demo the issue.  My base layer has a static image. Other layers each contain a video which starts with that image and then ani...
  • Nathan_Hilliard's avatar
    5 hours ago

    Try this (modified file attached).

    https://360.articulate.com/review/content/128ce1bc-bdad-45f6-a8b3-4b9335ee15d5/review

    The problem is, when SL builds the slide for display, the content of the layers is not actually inserted until they are displayed. When you request SL to show a layer, the DOM is modified, which takes a moment. If you premptively show and then hide each layer, you load all of the layers' DOM elements, which makes for a smoother transition from base to later content.

    In this example, I created a new top-level layer that is masked with the background color. I show this layer on timeline start for your base slide. On the Mask layer, I then triggered a show and then hide for each animation layer, then hid the masking rectangle (to engage the fade) and closed the masking layer. Now when you click Pitch, Yaw, or Roll, the transition to the video is much smoother.