defjosiah / dowling-hart

Dowling HART Project
http://sheltered-mountain-2337.herokuapp.com/
2 stars 1 forks source link

User interaction with background page #1

Closed defjosiah closed 10 years ago

defjosiah commented 10 years ago

Right now the only view on the /background/ page is the dots on on the page that call a jquery handler that unhides the corresponding section on a click.

In the final version, there should be an initial box that tells them to explore the timeline. Following this, there should be a link to the /explore/ page that is hidden in the beginning, and appears once they've visited all of the points on the timeline. This could probably be a counter of some sort in the javascript function on the page (background.html)

wcaleb commented 10 years ago

Will work on this on the background-ui branch.

wcaleb commented 10 years ago

Closed with 7ac17a76e5ff0fa3c2f48ec35b9322396903d206.

defjosiah commented 10 years ago

This is a really clever way to do it, I'll be adding that in the next section

wcaleb commented 10 years ago

StackOverflow is my friend.