bumptech / bumptech/glide

Expose image transition to consumers of flow()

Open
#5,122 4 comments 0 reactions 0 assignees View on GitHub
feature
Dominant language
Java
Stars
35k
Forks
6.2k
Avg merge
1d 11h
Merged PRs (30d)
8

Description

**Glide Version**: 4.15.1
**Integration libraries**: ktx-1.0.0-alpha.3

**Use case background**:
Can `transition` be added to `Resource`? I'm consuming images using `RequestBuilder#flow()` and would like to inspect the `transition` for my usecase.

**Glide load line / `GlideModule` (if any) / list Adapter code (if any)**:
```kotlin
Glide.with(context)
.load("https://example.com/image.jpg")
.flow(Target.SIZE_ORIGINAL)
.collect {

}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.