Skip to content
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

[온보딩] Lottie 추가 #55

Merged
merged 18 commits into from
Aug 17, 2023
Merged

[온보딩] Lottie 추가 #55

merged 18 commits into from
Aug 17, 2023

Conversation

0inn
Copy link
Contributor

@0inn 0inn commented Aug 14, 2023

closed #48

Lottie 라이브러리 추가

Lottie.stencil 파일 추가해 Lottie 라이브러리 추가했습니다.
Font랑 Asset 등도 .stencil 로 바꿔뒀습니다 :)

KeymeLottieView 구현

KeymeLottieView 생성해뒀고, 이거 사용하시면 됩니다.

ZStack {
    KeymeLottieView(asset: AnimationAsset.background)
    BackgroundBlurringView(style: .systemMaterialDark)
}
.ignoreSafeArea()

로그인쪽에서는 이렇게 쓰면 될 것 같아요.
Blur도 디자인쪽과 협의해서 해당 style 쓰면 될 것 같습니다 ~ !

Lottie 화면 예시

Simulator Screen Recording - iPhone 13 mini - 2023-08-14 at 22 11 39

@0inn 0inn requested review from k906506 and enebin August 14, 2023 13:20
@0inn 0inn self-assigned this Aug 14, 2023
@0inn 0inn merged commit c27c65f into develop Aug 17, 2023
1 check passed
@0inn 0inn deleted the feat/add-lottie(#48) branch August 18, 2023 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[온보딩] Lottie 추가
2 participants