Y
Hacker News
new
|
ask
|
show
|
jobs
Show HN: JavaScript-less iOS Folder Animation
(
labs.heliom.ca
)
28 points
by
EtienneLem
4978 days ago
6 comments
rco8786
4978 days ago
Ehh the anchors break the back button. Kinda ruins it for me.
link
Zecc
4978 days ago
Well to me they make the back button work perfectly. I can press 'back' to return the previous view, as intended.
link
ceejayoz
4978 days ago
Pretty, but definitely not quite there. The white text on nearly-white background is nearly unreadable here (OSX + Chrome), whereas it's fine on an actual device.
link
EtienneLem
4978 days ago
You’re absolutely right. It is more of a JavaScript-less experiment (folders) than an actual css version of an iPhone Home Screen.
link
neya
4978 days ago
Consider using a Sans-serif font. The serif font you have used makes it quite unreadable.
My display: 1280*800px on Google chrome
link
carsonm
4978 days ago
Very nice demonstration of something I wouldn't have assumed possible with just CSS.
link
DenisM
4978 days ago
Rather choppy on iPhone 4S.
link
Tangaroa
4978 days ago
Nice use of the :target pseudoclass. I was not aware that CSS could do this.
http://www.w3.org/TR/css3-selectors/#target-pseudo
link