Some answers have nice animations, for example. I have been looking round meta to get guidance on how to post animations and not found any. Is there a post on how to do this?
Edit
Thanks to Szabolcs we now have a nice tutorial. The bit that fooled me for a while is the need to have the full definition of the gif i.e (from below).
Export["~/Desktop/animation.gif", frames, "GIF", AnimationRepetitions -> Infinity, "AnimationDurations" -> 1/20] I tried without the AnimationRepetitions-> Infinity and just got two shows.
Further, a minor point but again had me fooled, is to use the image inserter on the toolbar. This puts a complicated reference e.g.
[![fig1][1]][1] as a placeholder for the video and an even more complicated reference e.g.
[1]: https://i.sstatic.net/UsRkK.gif at the end of the post. Thanks for all your help. I guess we can't automate this onto the SE Uploader...


CurrentNotebookImageorCurrentScreenImage(new in version 11.3) could be usefull for that. I have tried a little bit but gave up because the cursor was invisible, and that was inacceptable for my animation.ListAnimate. That means, a list of graphics was available which can easily be exported as gif animation. This is what you see in the post.Export. It is documented here. You can upload this on Stack Exchange unless it exceeds the maximum file size, which currently is 2 MB. Related question: 27202