EfficaCSS A set of SASS and Bourbon mixins to power up your stylesheets 12 years agoAwesome dude! 0ThreadHN
Star Wars opening crawl from 1977 in HTML/CSS/JS 13 years agoYeah I know and it's freaking me out. I already use the attribute preload="auto" of the <audio>-element, but it's not enough.Do you know any better ways to preload it? 0ThreadHN
Star Wars opening crawl from 1977 in HTML/CSS/JS 13 years agoSo what do you suggest I should change?Thanks in advance. 0ThreadHN
Star Wars opening crawl from 1977 in HTML/CSS/JS 13 years agoThis sounds like 3D is turned off in your Chrome. Can you please check your settings chrome://flags. Maybe "GPU compositing on all pages" is turned off -> turn it on. 0ThreadHN
Star Wars opening crawl from 1977 in HTML/CSS/JS 13 years agoThe tricky part was to sync the CSS animation with the HTML <audio>-element sound (1:34 minutes long) with the help of JavaScript.The scrolling itself is just a CSS "transform: perspective(300px) rotateX(25deg)".You can also edit the scrolled text because I added the contenteditable="true" attribute to the titles. 0ThreadHN
Bullshit Job Title Generator 13 years agoThis one is really funny too :D Thanks for sharing! 0ThreadHN
Bullshit Job Title Generator 13 years agoSome of the combinations are so stupid that they could be real :D 0ThreadHN
Monster Energy logo as SVG and animated with CSS 13 years agoYeah you are right. I express my love too much D: But that's how a fan is... 0ThreadHN
Monster Energy logo as SVG and animated with CSS 13 years agoYeah, I hope they don't sue me, because this is just a fan remake and I love Monster Energy drinks :D 0ThreadHN
Monster Energy logo as SVG and animated with CSS 13 years agoThanks! I just love Monster Energy :D 0ThreadHN
Crystallo is a responsive micro framework to kick-start web creations. 14 years agoHey,feedback is the only way to improve something, so thank you for taking the time!I will think about the zoom issue. Thanks for suggestion it.I used data-* attributes to separate the framework from the users styles/theme and for the prettier semantics.Can you please create an issue for the "strange black column on the right" if you can reproduce it?I fixed the misspelling :D Thanks!I don't know yet where the journey is headed. I just want to get as much feedback for the alpha release as I can get.Cheers, Tim 0ThreadHN
Ask HN: Can I learn JS in a month? 14 years agoIf you want to get into JavaScript OOP, you should read http://killdream.github.com/blog/2011/10/understanding-javas... 0ThreadHN
Show HN: Making of the Breaking Bad logo (CSS/SVG/JavaScript) as a Codecast 14 years agoThanks! 0ThreadHN
Show HN: Making of the Breaking Bad logo (CSS/SVG/JavaScript) as a Codecast 14 years agoI used the role-attribute as sub-styling for a parent class!Example:.desc // Parent class.desc[role="top-left"] // Sub styling for parent.desc[role="top-right"] // Sub styling for parentBut there is no specific rule to do it like this! I just don't want so many classes. 0ThreadHN