mikepenz / multiplatform-markdown-renderer

Markdown renderer for Kotlin Multiplatform Projects (Android, iOS, Desktop), using Compose.
https://mikepenz.github.io/multiplatform-markdown-renderer/
Apache License 2.0
426 stars 27 forks source link

Provide an option to remove bad animations #212

Closed keta1 closed 2 weeks ago

keta1 commented 1 month ago

About this issue

Details

MarkdownBasicText contains a very bad default animation, please provide an option to remove this animation

see code here https://github.com/mikepenz/multiplatform-markdown-renderer/blob/develop/multiplatform-markdown-renderer/src/commonMain/kotlin/com/mikepenz/markdown/compose/elements/MarkdownText.kt#L131

Checklist

mikepenz commented 1 month ago

Thank you for bringing this up. A PR to address this feature request would be greatly appreciated!