Skip to content

Commit a2a407e

Browse files
committed
[design] #157 컨텐츠 상세 로딩 전환 애니메이션 추가
1 parent 317067b commit a2a407e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Projects/Feature/FeatureContentDetail/Sources/ContentDetail/ContentDetailFeature.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,10 @@ private extension ContentDetailFeature {
213213
case .컨텐츠_상세_조회_API(id: let id):
214214
return .run { send in
215215
let contentResponse = try await contentClient.컨텐츠_상세_조회("\(id)").toDomain()
216-
await send(.inner(.컨텐츠_상세_조회_API_반영(content: contentResponse)))
216+
await send(
217+
.inner(.컨텐츠_상세_조회_API_반영(content: contentResponse)),
218+
animation: .pokitDissolve
219+
)
217220
}
218221
case .즐겨찾기_API(id: let id):
219222
return .run { send in

0 commit comments

Comments
 (0)