-
user clicks on ball
-
answer object fetched from api
-
IF error on fetch:
- console.error the error
- alert the user
- return nothing
-
-
IF posiible:
-
ball turns over (dedicated black space is in the back of the ball)
-
answerbox fades in the dedicated (black) space w/ text
-
IF user clicks again:
- answerbox fades out
- new answerbox fades in
-
-
IF NOT possible:
-
'8' fades out
-
dedicated space fades in
-
answerbox fades in w/ text
-
IF user clicks again:
- answerbox fades out
- new answerbox fades in
-