Initial commit for feature BLD-391: Add arrows to the interface for start/end times.
If end time is specified (which means that there is also a start time), we add an extra DOM element to the slider that will show the are in time between start time and end time. Unfortunately, this visual aid will become available ony after start of playback. This is because until then we don't know the length of the video.
Showing
- common/lib/xmodule/xmodule/js/src/video/01_initialize.js 30 additions, 0 deletionscommon/lib/xmodule/xmodule/js/src/video/01_initialize.js
- common/lib/xmodule/xmodule/js/src/video/02_html5_video.js 2 additions, 14 deletionscommon/lib/xmodule/xmodule/js/src/video/02_html5_video.js
- common/lib/xmodule/xmodule/js/src/video/03_video_player.js 10 additions, 10 deletionscommon/lib/xmodule/xmodule/js/src/video/03_video_player.js
- common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js 101 additions, 31 deletions.../xmodule/xmodule/js/src/video/06_video_progress_slider.js
Loading
Please register or sign in to comment