I fail creating a gif-file showing an animation which runs forward and when ready jumps back to start and runs forward again. My files always run forward and backward:
Exmp = Export["speed2.GIF", Manipulate[Show[
Plot[res[x, t], {x, 0, 2000}, ImageSize -> 600,
PlotRange -> {0., 600.}, Filling -> Bottom]], {t, 0, tmax, 1}],
AnimationDirection -> Forward, AnimationRepetitions -> Infinity]
"AnimationDirection -> Forward" is not considered. Why?

resandtmax– Nasser Jan 31 '24 at 11:23