@Koren thanks for your feedback, I looked at SVG but ultimately decided it was more weight than using an image, and it's also nothing to do with CSS, so the *Pure CSS* statement would still be slightly tarnished. I'll look into transforming CSS gradients or the likes in place of the image.
Upgrading the Onehub uploader to support drag and drop. This is part of the overlay - the progress bar activates once you have dropped your files on to the drop target.
19 Responses
Due to popular demand, here it is in CSS
http://ivan.ly/ui/
Enjoy.
over 1 year ago
Pro
Dan Cederholm
Nice use of -webkit-animation to make the stripes happen :)
over 1 year ago
Pro
Octave Zangs
We use the same process in SublimeVideo before the video start :)
over 1 year ago
Not to be rude, but it's not pure CSS if you've got the stripes as an image.
You could draw the stripes in the browser and make it pure CSS.
over 1 year ago
Pro
Brendan Falkowski
Like the inset box-shadows for the border highlights.
over 1 year ago
Pro
Henry Moran
This is awesome. Would it actually be functional? Meaning there would be progress assuming it was a real web app implementation?
over 1 year ago
@Henry, I've updated it with some JS to simulate progress.
Also, now available with added Firefox support :)
over 1 year ago
@Koren thanks for your feedback, I looked at SVG but ultimately decided it was more weight than using an image, and it's also nothing to do with CSS, so the *Pure CSS* statement would still be slightly tarnished. I'll look into transforming CSS gradients or the likes in place of the image.
over 1 year ago
well done. i was going to hook up a version with ff support, but you beat me to it. dig the animated version, too. nice touch.
over 1 year ago
@River well almost, If you can figure out FF animations that would be a big help.
over 1 year ago
All source code is now up on GitHub http://github.com/ivanvanderbyl/ui-progress-bar
over 1 year ago
Tip: With a little trickery, you can do stripes with webkit gradients -- Ink Stain
over 1 year ago
Pro
Paul Jackson
This works really well in Opera 10.62.
over 1 year ago
Pro
Derek Punsalan
Awesome.
over 1 year ago
Thanks for the heads up @Josh, I'll patch it shortly.
over 1 year ago
@Paul, thanks I'll add it to the list.
over 1 year ago
Cheers Ivan! This is awesome!
over 1 year ago
Rebound
Uploading files...
by Matthew Anderson
Upgrading the Onehub uploader to support drag and drop. This is part of the overlay - the progress bar activates once you have dropped your files on to the drop target.
over 1 year ago
Pro
Matthew Anderson
Beautiful!
The new drag and drop uploader I'm working on seemed like a perfect use case. Thanks for the inspiration!
over 1 year ago