Comment to 'gif files are not animated if uploaded from storage'
  • It depends on particular place, in some transcoders files are converted to JPG then animation is lost, since JPEG format doesn't support animation. If GD driver is used then animation is lost even when GIF format is preserved, since GD doesn't support GIF animation. If you disable GD, then ImageMagick driver is used, but in most cases it isn't installed, you need to install ImageMagick php extension to make it work.