Skip to content

Instantly share code, notes, and snippets.

@k88hudson
Created May 17, 2012 15:55
Show Gist options
  • Save k88hudson/2719768 to your computer and use it in GitHub Desktop.
Save k88hudson/2719768 to your computer and use it in GitHub Desktop.
//POPCORN SPEAK
popcorn.speak({
start: 1,
end: 5,
text: "How cool is this?",
pitch: 70,
showText: true,
pluginPath: "js/plugins/speak/",
target: "speak",
callback: function( container ) {
//Apply your styling to the container here
}
});
//POPCORN ZOINK
popcorn.zoink({
start: 4,
end: 8,
text: "I was just thinking that popcorn is totally awesome. Don't you agree?",
top: 20,
left: 20,
style: "thought",
target: "video-container"
});
}, false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment