Skip to content

Instantly share code, notes, and snippets.

@johntynan
Created July 24, 2011 12:39
Popcorn.styler.js Snippet 1
.styler({
start: 5, // seconds
end: 15, // seconds
color: 'Black',
target: 'footnotediv'
} )
and
options:{
start : {elem:'input', type:'text', label:'In'},
end : {elem:'input', type:'text', label:'Out'},
target : 'footnote-container',
color : {elem:'input', type:'text', label:'Color'}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment