Feb 10 around 9 pm mountain time
Pretty impressive, but a little kludgy. Sample CSS:
/* Rotates a leaf from -50 to 50 degrees in 2D space */
@-webkit-keyframes clockwiseSpin
{
/* Rotate a leaf by -50 degrees in 2D space at the start of the animation */
0% { -webkit-transform: rotate(-50deg); }
/* Rotate a leaf by 50 degrees in 2D space at the end of the animation */
100% { -webkit-transform: rotate(50deg); }
}
We’ll see this in IE29.
(via)
No comments | Filed Under: css, links
Feb 10 around 9 pm mountain time
A near-thirty minute video on Vimeo:
“This is every single curse, from every single episode of the sopranos, ever.â€
(via)
No comments | Filed Under: links
Feb 10 around 9 am mountain time
Doug Bowman’s tale of the new buttons at Google:
Until some future version of HTML gives us new native controls to use in a browser, at Google, we’ve been playing and experimenting with controls we call “custom buttons†in our apps (among other custom controls).
(via)
No comments | Filed Under: code, css, links, websites
Feb 4 around 9 pm mountain time
The Blind Text Generator: Handy options in this dummy text generator, including number of words or characters, specifying pixel width, number of paragraphs (with tags), etc.
(via SimpleBits)
No comments | Filed Under: design, links, websites
Feb 3 around 9 am mountain time
No comments | Filed Under: browsers, links, news, web design