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
To make it so that we don't have to go refresh the browser every time we update content, let's add a way to auto refresh the page after a certain amount of time. Could add some javascript that counts how many slides there are on the page, multiply that by the amount of time we use per slide, and refresh when it gets to the end of that time frame. There might also be a way in Deck.js to tell when a presentation is at the last slide, and autorefresh back at the beginning.
The text was updated successfully, but these errors were encountered:
From: Jeremy Boggs [mailto:notifications@github.com]
Sent: Wednesday, October 08, 2014 10:36 AM
To: scholarslab/slides
Subject: [slides] Add auto refresh to signage slides (#2)
To make it so that we don't have to go refresh the browser every time we update content, let's add a way to auto refresh the page after a certain amount of time. Could add some javascript that counts how many slides there are on the page, multiply that by the amount of time we use per slide, and refresh when it gets to the end of that time frame. There might also be a way in Deck.js to tell when a presentation is at the last slide, and autorefresh back at the beginning.
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/2.
To make it so that we don't have to go refresh the browser every time we update content, let's add a way to auto refresh the page after a certain amount of time. Could add some javascript that counts how many slides there are on the page, multiply that by the amount of time we use per slide, and refresh when it gets to the end of that time frame. There might also be a way in Deck.js to tell when a presentation is at the last slide, and autorefresh back at the beginning.
The text was updated successfully, but these errors were encountered: