# Stopping a .glb animation from looping

**URL:** https://forum.8thwall.com/t/stopping-a-glb-animation-from-looping/1391
**Category:** Technical Support
**Created:** [May 18, 2024, 9:31am UTC](https://forum.8thwall.com/t/stopping-a-glb-animation-from-looping/1391 "2024-05-18T09:31:50Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Ramy\_Khair](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.8thwall.com/ramy_khair/32/633_2.png) [@Ramy\_Khair](https://forum.8thwall.com/u/Ramy_Khair)
#### Post date: [May 18, 2024, 9:31am UTC](https://forum.8thwall.com/t/stopping-a-glb-animation-from-looping/1391/1 "2024-05-18T09:31:50Z")

</div>

Hello everyone, I am new to 8th Wall, and I have a simple .glb animation which I created in Cinema4D, and I managed to place it in the cactus project, and I want it to play once and pause at the last frame, so that the user can click on the 3D object and go to a specific URL.

right now it keeps looping, and I am not being able to pause it on the last frame, and I don’t know how to add a link to the 3D object. Any help would be greatly appreciated…

---

<div class="post-metadata">

### Author: ![Ian](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.8thwall.com/ian/32/430_2.png) [@Ian](https://forum.8thwall.com/u/Ian)
#### Post date: [May 20, 2024, 4:17am UTC](https://forum.8thwall.com/t/stopping-a-glb-animation-from-looping/1391/3 "2024-05-20T04:17:03Z")

</div>

> [@Ramy\_Khair](#):
>
> eeps looping, and I am not being able to pause it on the

Please reference the animation-mixer component here:

> **[aframe-extras/src/loaders at master · c-frame/aframe-extras](https://github.com/c-frame/aframe-extras/tree/master/src/loaders#animation)**
>
> Add-ons and helpers for A-Frame VR. Contribute to c-frame/aframe-extras development by creating an account on GitHub.

You may want to do something like:

`animation-mixer="clip: yourClip; loop: once; clampWhenFinished: true"`

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex019/uploads/x8thwall/original/2X/9/9212a857458f1b03a6accb129e0f8cbea408e3e5.png) [@system](https://forum.8thwall.com/u/system)
#### Post date: [May 24, 2024, 4:17am UTC](https://forum.8thwall.com/t/stopping-a-glb-animation-from-looping/1391/4 "2024-05-24T04:17:15Z")

</div>

This topic was automatically closed 4 days after the last reply. New replies are no longer allowed.
