Skip to content

Commit 9b4ebd7

Browse files
authored
Merge pull request #623 from Esri/ryan/animateIn
world-scale: animate the scene view in
2 parents 68c742f + 9f8f215 commit 9b4ebd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/ArcGISToolkit/Components/Augmented Reality/WorldScaleSceneView.swift

+1
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ public struct WorldScaleSceneView: View {
144144
.padding(.bottom)
145145
}
146146
}
147+
.animation(.default.speed(0.25), value: initialCameraIsSet)
147148
}
148149

149150
/// A world scale geo-tracking scene view.

0 commit comments

Comments
 (0)