In general a problem such.
I change size GIF of animation, for example with 100x100 on 70x70 a method "-resize".
I.e.
convert 1.gif -resize 70x70> 2.gif
Such result turns out here:
The original:

After processing:

Here it is possible to see loops which are not necessary.
A question: how to get rid of these loops?