# GLTF Model animation position scaled down

**URL:** https://discourse.threejs.org/t/gltf-model-animation-position-scaled-down/34570
**Category:** Questions
**Tags:** animation
**Created:** [February 6, 2022, 9:35pm UTC](https://discourse.threejs.org/t/gltf-model-animation-position-scaled-down/34570 "2022-02-06T21:35:54Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![marlucz](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.threejs.org/marlucz/32/20788_2.png) [@marlucz](https://discourse.threejs.org/u/marlucz)
#### Post date: [February 6, 2022, 9:35pm UTC](https://discourse.threejs.org/t/gltf-model-animation-position-scaled-down/34570/1 "2022-02-06T21:35:54Z")

</div>

Hi!

I have animations in Blender that, are just consecutive routes of the donut on the conveyor belt (from one station to another). When I run any of the actions in three.js as a first animation, everything works fine, but when I try to play the next animation after the first one, it seems like the whole coordination system of the animation is scaled-down, and the donut position is not updated properly. [https://github.com/marlucz/donut\_factory/blob/6be2275fc0088fb5068e319c7150eceb59ba786b/src/Experience/World/Donut.js](https://github.com/marlucz/donut_factory/blob/6be2275fc0088fb5068e319c7150eceb59ba786b/src/Experience/World/Donut.js) here is the code for the donut animation handler, and if someone would like to check that, you can play with animations by adding ‘/#debug’ to the route. It’s wip so code is messy and textures are exported with the lowest resolution for faster development.

---

<div class="post-metadata">

### Author: ![marlucz](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.threejs.org/marlucz/32/20788_2.png) [@marlucz](https://discourse.threejs.org/u/marlucz)
#### Post date: [February 6, 2022, 10:30pm UTC](https://discourse.threejs.org/t/gltf-model-animation-position-scaled-down/34570/2 "2022-02-06T22:30:32Z")

</div>

Found the solution here: [Playing an animation changes behaviour of next animation - #6 by Gustavo\_Voigt](https://discourse.threejs.org/t/playing-an-animation-changes-behaviour-of-next-animation/14928/6)
