From 79ef734914bae09146fca2c778fda22e4ba8dead Mon Sep 17 00:00:00 2001 From: Steve Heffernan Date: Sat, 25 Sep 2010 22:28:04 -0700 Subject: [PATCH] Made initial click & hold trigger new value on progress and volume. Made controls not hide when hovering over them. Changed a document.onmousemove to an eventListener to prevent conflicts. --- README.markdown | 3 ++ demo.html | 6 +-- video.js | 110 +++++++++++++++++++++++++++++++----------------- 3 files changed, 77 insertions(+), 42 deletions(-) diff --git a/README.markdown b/README.markdown index d75f02fe1..3f5a3483f 100644 --- a/README.markdown +++ b/README.markdown @@ -132,8 +132,11 @@ Changelog 1.1.3 - Feature: Width/Height functions for resizing the player +- Feature: Made initial click & hold trigger new value on progress and volume +- Feature: Made controls not hide when hovering over them - Fix: Removed trailing comma that was breaking IE7 - Fix: Removed some vars from global scope +- Fix: Changed a document.onmousemove to an eventListener to prevent conflicts 1.1.2 (2010-09-20) diff --git a/demo.html b/demo.html index f2751fd55..1da7f416b 100644 --- a/demo.html +++ b/demo.html @@ -7,7 +7,7 @@ - - +
-