GIFs animate slowly with Glide 4.2
- Dominant language
- Java
- Stars
- 35k
- Forks
- 6.2k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 8
Description
Here is a screen capture of two gifs playing w/ Glide 3.7:

Here is a screen capture of the same two gifs playing w/ Glide 4.2:

`````
GlideApp.with(context)
.load(url)
.diskCacheStrategy(DiskCacheStrategy.ALL)
.into(view);
`````
This happens with any gif that I've tried, here's an example:
https://media.giphy.com/media/3ohjV3cQ9lvPeCVLOg/giphy.gif
**Glide Version**: 4.2.0
**Integration libraries**: None
**Device/Android Version**: Nexus 5, OnePlus One, Pixel
Contributor guide
Assessment
This issue has not been assessed yet.