Skip to content

Instantly share code, notes, and snippets.

@johntynan
Created July 24, 2011 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johntynan/1102590 to your computer and use it in GitHub Desktop.
Save johntynan/1102590 to your computer and use it in GitHub Desktop.
Popcorn.styler.js Snippet 2
.styler({
start: 0, // seconds
end: 10, // seconds
color: 'Black',
target: 'footnotediv'
})
.styler({
start: 10, // seconds
end: 20, // seconds
color: 'Black',
target: 'footnotediv'
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment