diff --git a/docs/documentation/android/robotmovement.md b/docs/documentation/android/robotmovement.md index bfdaed3..ae82019 100644 --- a/docs/documentation/android/robotmovement.md +++ b/docs/documentation/android/robotmovement.md @@ -46,4 +46,8 @@ animate.async().run(); ``` -If you run this on the robot the animation should play. \ No newline at end of file +If you run this on the robot the animation should play. + +## Additional stuff +every 25 is 1 second so 100 is 4 seconds. +![alt text](../assets/robotanimationtimer.png) \ No newline at end of file diff --git a/docs/documentation/assets/robotanimationtimer.png b/docs/documentation/assets/robotanimationtimer.png new file mode 100644 index 0000000..4b089e6 Binary files /dev/null and b/docs/documentation/assets/robotanimationtimer.png differ