<div id="mount"></div>
<script src="https://code.haiku.ai/scripts/core/HaikuCore.4.5.1.min.js"></script>
<script src="https://cdn.haiku.ai/1c5588aa-44e5-4dd0-a7c3-b9b2e5902183/c0617ce8b00068b18b5728dd9f22ef515062c914/index.embed.js"></script>
#mount {
width: 100%;
height: 700px;
}
var component = HaikuComponentEmbed_Tina_whatYouScaffoldedOut(
document.getElementById('mount'),
{loop: true, sizing: 'contain'}
);
var timeline = component.getDefaultTimeline();
// Check out the docs: https://docs.haiku.ai
// Example: control playback
// timeline.gotoAndPlay(1200)
// Example: control states
// component.assignConfig({
// states: {
// someState: {value: 0},
// anotherState: {value: 0}
// }
// })
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.