:hover
:focus
This page demonstrates the use of HTML5 open video – if you're not using a browser that can display the open Ogg Theora codec, there's not much to see. Download the Turkish dancing masterclass video
video { width: 75px; -o-transition: all 0.5s ease-in-out; ... } video:hover,video:focus { width:600px; }
This demonstration supplements the Introduction to HTML5 video article on Dev.Opera.