Skip to content

Instantly share code, notes, and snippets.

@johntynan
johntynan / popcorn_styler_js_01.js
Created July 24, 2011 12:39
Popcorn.styler.js Snippet 1
.styler({
start: 5, // seconds
end: 15, // seconds
color: 'Black',
target: 'footnotediv'
} )
and
options:{
@johntynan
johntynan / popcorn.poster.html
Created July 23, 2011 14:38
initial poster section for popcorn.poster.html
.poster({
start: 5, // seconds
end: 15, // seconds
size: '24px',
color: 'White',
background-color: 'Black',
target: 'footnotediv'
} )