-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[UI/#124] 전체 그래픽 추가 작업 #147
Changes from 23 commits
a3bc0e5
0f4638d
4cd6153
71489f0
d430ae9
24d7f4a
f8e542d
0f07d93
2f0b485
811f0fe
2975e2c
d37c915
0784c55
899e468
5f3418e
a6afe93
2e77be1
e35b715
d482800
f74ef49
4487b58
be2b301
4ac2f64
b01b039
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
package com.terning.core.designsystem.component.item | ||
|
||
import androidx.compose.runtime.Composable | ||
import androidx.compose.runtime.getValue | ||
import androidx.compose.ui.Modifier | ||
import com.airbnb.lottie.compose.LottieAnimation | ||
import com.airbnb.lottie.compose.LottieCompositionSpec | ||
import com.airbnb.lottie.compose.rememberLottieComposition | ||
|
||
@Composable | ||
fun TerningLottieAnimation( | ||
jsonString: String, | ||
modifier: Modifier = Modifier | ||
) { | ||
val lottieComposition by rememberLottieComposition(LottieCompositionSpec.Asset(jsonString)) | ||
LottieAnimation( | ||
modifier = modifier, | ||
composition = lottieComposition | ||
) | ||
} |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
세심한 사람...⭐