sigmadeltasoftware / CalPose

Android/Jetpack Compose library for Calendar rendering
61 stars 15 forks source link

Custom animations feature. #9

Closed varpihovsky closed 3 years ago

varpihovsky commented 3 years ago

Changed library to be compatible with custom animations libraries like material-motion-compose: https://github.com/fornewid/material-motion-compose. Also done some refactoring. Added custom animated preview into MaterialPreview.kt.

sigmadeltasoftware commented 3 years ago

LGTM!

Thanks for the added functionality, it should play well with the material-motion library 👍 .