Embedded Hype HTML5 animation not playing within Slider stack

Hello @elixirgraphics and everyone.

I successfully embedded a Tumult Hype 4 HTML5 animation into a Foundry-based web page using an HTML stack following the directions found here:

https://forums.tumult.com/t/embedding-within-a-rapidweaver-project/1366

But I’m having a little trouble getting it to work within an Elixir Graphics Slider stack. The animation plays fine if the HTML stack is placed onto the first slide. If placed on to the 2nd slide, however, the first frame of the animation is shown when slide 2 comes into view, but is completely unresponsive otherwise. No user input is processed, no animation timelines are played.

Any ideas on how to get this working?

Thanks.
Nelson

You can’t put complex things like that in a Slider. The reason it works in the first slide is because that slide is not hidden during page load. The other slides are hidden, so the animations from your Hype code can’t judge what space they have available to them.

Keep things simple. You can’t mix super complex stuff into things like sliders and many time modals either.

1 Like

Ah, OK. Too complex, got it. :slight_smile: Thanks for the reply.