This course will become read-only in the near future. Tell us at community.p2pu.org if that is a problem.

Popcorn a P2PU video


P2PU has a video which they'd like us to Popcorn-ify.  I used the example from our chat as a starting point.  It looks a little different because P2PU's video is on Vimeo.

http://jsfiddle.net/tNhyt/45/

The trick here would be choosing the right images to match with the P2PU video, to make it more visually compelling.  Adding an image is pretty easy -- you can copy the current image setup, and paste it immediately after.  For example:

    .image({
        // start at 1 second
        start1,
        // hide at 10 seconds
        end10,
        // link / URL to image
        src'https://www.drumbeat.org/media//images/drumbeat-logo-splash.png',
        // put between <div id="imagediv"> and </div>
        target'imagediv' 
    })

    .image({
        // start at 11 seconds
        start11,
        // hide at 14 seconds
        end14,
        // link / URL to image
        src'http://example.com/-Your-Awesome-Image.jpg',
        // put between <div id="imagediv"> and </div>
        target'imagediv' 
    }

If you come up with a video, or if you get stuck, post your work here and we'll see what we can do.

Task Discussion