5 ms·
Show HN: JavaScript-less iOS Folder Animation
- ceejayoz 14y agoPretty, 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.
- EtienneLem 14y agoYou’re absolutely right. It is more of a JavaScript-less experiment (folders) than an actual css version of an iPhone Home Screen.
- neya 14y agoConsider using a Sans-serif font. The serif font you have used makes it quite unreadable. My display: 1280*800px on Google chrome
- DenisM 14y agoRather choppy on iPhone 4S.
- Tangaroa 14y agoNice use of the :target pseudoclass. I was not aware that CSS could do this. http://www.w3.org/TR/css3-selectors/#target-pseudo http://www.w3.org/TR/css3-selectors/#target-pseudo
- rco8786 14y agoEhh the anchors break the back button. Kinda ruins it for me.
- Zecc 14y agoWell to me they make the back button work perfectly. I can press 'back' to return the previous view, as intended.
- carsonm 14y agoVery nice demonstration of something I wouldn't have assumed possible with just CSS.