public DrawableRequestBuilder<ModelType> bitmapTransform(Transformation<Bitmap> bitmapTransformation) { return transform(new GifBitmapWrapperTransformation(context, bitmapTransformation)); }