Files
EpicDima efcf480ebe Create mosaic-animation (#600)
Porting animation helpers from androidx:
- https://developer.android.com/reference/kotlin/androidx/compose/animation/core/package-summary
- androidx.compose.animation](https://developer.android.com/reference/kotlin/androidx/compose/animation/package-summary (a little bit from here)

Solution for https://github.com/JakeWharton/mosaic/issues/400

Use the new code to update and add animations to the demo sample.
2025-01-02 21:19:21 -05:00

15 lines
778 B
Markdown

# Mosaic Animation
This is a Mosaic-adapted copy of
the [androidx.compose.animation-core](https://developer.android.com/reference/kotlin/androidx/compose/animation/core/package-summary)
library source code.
At the moment, there is also a color animation from
the [androidx.compose.animation](https://developer.android.com/reference/kotlin/androidx/compose/animation/package-summary)
library. Other things are difficult or impossible to adapt at the moment due to the specifics of
Mosaic.
Minimal changes were made during the adaptation. Deprecated methods have been removed, links to
samples from the kdoc have been removed, and links to Mosaic-specific methods, functions, and
classes have been changed. Also removed are things that cannot be adapted to Mosaic, such as Dp.