Im trying to make a flipbook animation visible via the hud_screen.json and whenever it runs idrk how to explain it but it kind of jitters from left to right and i dont know how to fix it im not sure if it may be due to a high fps configured in the animation
"csc:csc_transition_csc_realms_art_ring_background_animation": {
"anim_type": "flip_book",
"initial_uv": [0, 0],
"frame_count": 65,
"frame_step": 23,
"fps": 30,
"reversible": true,
"easing": "linear"
},
heres the code for the animation if that helps