Rebuild YouTube's mobile-like progress bar in jQuery
1–10 of 13 posts
Re: Rebuild YouTube's mobile-like progress bar in jQuery
#2Plenty of interesting ways that kind of bar could be included in a site.
Re: Rebuild YouTube's mobile-like progress bar in jQuery
#3I am using a kde widget called adjustable-clock which uses html5/css3/javascript and qml to render my system clock.
Here's the source for the current clock I use, it uses a progressbar for the seconds: http://htmlpaste.com/7e957bb5523fa58f98b6657073c4a544942a13c...
QML:
Clock.setRule('#hour', Clock.Hour);
Clock.setRule('#minute', Clock.Minute);
Clock.setRule('#second', 'value', Clock.Second, {'short': true});Re: Rebuild YouTube's mobile-like progress bar in jQuery
#4Yep, I've also seen that. But your markup is wrong. You should use instead I am using a kde widget called adjustable-clock which uses html5/css3/javascript and qml to render my system clock. Here's the source for the current clock I use, it uses a progressbar for the seconds: http://htmlpaste.com/7e957bb5523fa58f98b6657073c4a544942a13c... QML: Clock.setRule('#hour', Clock.Hour); Clock.setRule('#minute', Clock.Minute)…
Re: Rebuild YouTube's mobile-like progress bar in jQuery
#5Yep, I've also seen that. But your markup is wrong. You should use instead I am using a kde widget called adjustable-clock which uses html5/css3/javascript and qml to render my system clock. Here's the source for the current clock I use, it uses a progressbar for the seconds: http://htmlpaste.com/7e957bb5523fa58f98b6657073c4a544942a13c... QML: Clock.setRule('#hour', Clock.Hour); Clock.setRule('#minute', Clock.Minute)…
Use progress as html tag?
Re: Rebuild YouTube's mobile-like progress bar in jQuery
#6I'm on a fast connection so normally youtube loads instantly anyway, but this new method takes 4-10 seconds.
Re: Rebuild YouTube's mobile-like progress bar in jQuery
#7Re: Rebuild YouTube's mobile-like progress bar in jQuery
#8Re: Rebuild YouTube's mobile-like progress bar in jQuery
#9Re: Rebuild YouTube's mobile-like progress bar in jQuery
#10Yep, I've also seen that. But your markup is wrong. You should use instead I am using a kde widget called adjustable-clock which uses html5/css3/javascript and qml to render my system clock. Here's the source for the current clock I use, it uses a progressbar for the seconds: http://htmlpaste.com/7e957bb5523fa58f98b6657073c4a544942a13c... QML: Clock.setRule('#hour', Clock.Hour); Clock.setRule('#minute', Clock.Minute)…