safari


Webkit css: transformation and radius

Today i changed my layout a little. I came around some webkit only css functions: Transformations. Webkit is the browser engine for Apple’s Safari and Google’s Chrome. Its still awaiting CSS3 approval so it wont work in other browsers yet. In my menu i’ve added :  .menu a { -webkit-transition: -webkit-transform 0.2s ease-out; } .menu [...]