@momo-kits/native-kits 0.160.1-search-animation.4-debug → 0.160.1-search-animation.5-debug

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -40,7 +40,7 @@ kotlin {
40
40
  }
41
41
 
42
42
  cocoapods {
43
- version = "0.160.1-search-animation.4-debug"
43
+ version = "0.160.1-search-animation.5-debug"
44
44
  summary = "IOS Shared module"
45
45
  homepage = "https://momo.vn"
46
46
  ios.deploymentTarget = "15.0"
@@ -1,6 +1,6 @@
1
1
  Pod::Spec.new do |spec|
2
2
  spec.name = 'compose'
3
- spec.version = '0.160.1-search-animation.3'
3
+ spec.version = '0.160.1-search-animation.4'
4
4
  spec.homepage = 'https://momo.vn'
5
5
  spec.source = { :http=> ''}
6
6
  spec.authors = ''
@@ -102,8 +102,8 @@ data class AnimationOption(
102
102
  get() {
103
103
  if (progress.value < opacityLimitFraction) return 0f
104
104
  return androidx.compose.ui.util.lerp(
105
- progress.value - opacityLimitFraction,
106
- opacityCap,
105
+ 0f,
106
+ 1f,
107
107
  (progress.value - opacityLimitFraction) / (opacityCap),
108
108
  )
109
109
  }
package/gradle.properties CHANGED
@@ -18,7 +18,7 @@ kotlin.apple.xcodeCompatibility.nowarn=true
18
18
  name="ComposeKits"
19
19
  group=vn.momo.kits
20
20
  artifact.id=kits
21
- version=0.160.1-search-animation.4
21
+ version=0.160.1-search-animation.5
22
22
 
23
23
  repo=GitLab
24
24
  url=https://gitlab.mservice.com.vn/api/v4/projects/5400/packages/maven
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/native-kits",
3
- "version": "0.160.1-search-animation.4-debug",
3
+ "version": "0.160.1-search-animation.5-debug",
4
4
  "private": false,
5
5
  "dependencies": {},
6
6
  "devDependencies": {},