- animated model
- animated gltf model
- scale-to
- move-to
- move-by
- rotate-to
- rotate-by
- spin
- animation-events
- page orientation
- Instances
- content placement
- content placement with URL
- transparency
- multiple models
- video transparency
- effects
- raycast control
- raycast headpos
- 2d-3d extraction
- update stage
- gobble gobble
<!-- Copyright Magic Leap, Inc. 2019.-->
<!-- You may reuse the code below, but not the visual assets themselves.-->
<style>
#popout {
transform-style: detached;
transform: rotate3d(0, 1, 0, -20deg) translate3d(0px, 0px, 25px);
position:absolute;
top: 250px;
left: 400px;
}
</style>
<video id="popout"
style="width: 400px; height: auto;"
src="videos/sample.mp4"
autoplay
loop>
</Video>