Skip to content

Commit

Permalink
[design] #157 컨텐츠 상세 로딩 전환 애니메이션 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 committed Dec 2, 2024
1 parent 317067b commit a2a407e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,10 @@ private extension ContentDetailFeature {
case .컨텐츠_상세_조회_API(id: let id):
return .run { send in
let contentResponse = try await contentClient.컨텐츠_상세_조회("\(id)").toDomain()
await send(.inner(.컨텐츠_상세_조회_API_반영(content: contentResponse)))
await send(
.inner(.컨텐츠_상세_조회_API_반영(content: contentResponse)),
animation: .pokitDissolve
)
}
case .즐겨찾기_API(id: let id):
return .run { send in
Expand Down

0 comments on commit a2a407e

Please sign in to comment.