I'd like to animate the vimeo video player off the screen when the video finishes playing.
Here's the HTML:
.one-container
%a#slide1
.row.video-left
.large-8.columns
.flex-video.widescreen.vimeo
%iframe{allowfullscreen: "", frameborder: "0", height: "225", mozallowfullscreen: "", src: "http://player.vimeo.com/video/60122989", webkitallowfullscreen: "", width: "400"}
I'm just not sure how to start. I've added the minified froogaloop2 code to my site, just trying to figure out how to grab the player and call the finish method.
Thanks