You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/samples/animate_images_with_image_overlay/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@ An image overlay is useful for displaying fast and dynamic images; for example,
10
10
11
11
## How to use the sample
12
12
13
-
The application loads a map of the Southwestern United States. Tap the "Start" or "Stop" buttons to start or stop the radar animation. Use the drop down menu to select how quickly the animation plays. Move the slider to change the opacity of the image overlay.
13
+
The application loads a map of the Southwestern United States. Tap the "Start" or "Stop" buttons to start or stop the radar animation. Move the slider to change the opacity of the image overlay.
14
14
15
15
## How it works
16
16
17
17
1. Create an `ImageOverlay` and add it to the `ArcGISSceneViewController`.
18
-
2. Set up a timer with an initial interval time of 68ms, which will display approximately 15 `ImageFrame`s per second.
18
+
2. Set up a ticker with the interval time of 68ms, which will display approximately 15 `ImageFrame`s per second.
19
19
3. When `Start` is clicked, start the timer.
20
-
4. The timer updates the `ImageFrame` of the `ImageOverlay` at the given time interval.
20
+
4. The ticker updates the `ImageFrame` of the `ImageOverlay` at the given time interval.
0 commit comments