diff --git a/core/src/main/kotlin/com/imashnake/animite/core/Constants.kt b/core/src/main/kotlin/com/imashnake/animite/core/Constants.kt index 7d02a770..d13eeb54 100644 --- a/core/src/main/kotlin/com/imashnake/animite/core/Constants.kt +++ b/core/src/main/kotlin/com/imashnake/animite/core/Constants.kt @@ -5,5 +5,5 @@ object Constants { const val CROSSFADE_DURATION = 500 const val MEDIA_TYPE = "mediaType" - const val PASTELIZE_RATIO = 0.1f + const val PASTELIZE_RATIO = 0.05f }