mushon / IWBA

The International Water Bank Association's Water Deposit exhibit - a water ATM for depositing your first drops
0 stars 1 forks source link

state transition fixes #25

Closed mushon closed 7 years ago

mushon commented 7 years ago

state 3 (congratulations) should lead automatically to the state 4—map-invest (after 1000ms delay) state 4 (map-invest) should lead automatically to the state 5—email form (after 1000ms delay)

wonyoungso commented 7 years ago

I'm not sure, in state 4, whether or not we should implement this since the tablet doesn't have kinda..mousemove event which can detect subtle movement of a user.

mushon commented 7 years ago

maybe we should simply add a delay in both of these states. There is value in reading that final message but nothing prompts (or should require) an extra tap. So a 1000ms delay would probably the best way to go (for both of these transitions). right?

wonyoungso commented 7 years ago

ah I see your point now.. I tested them with 1000ms but it's not enough. set it with 2000ms.