Posts Tagged “gradients”

WebKit Radial Gradients (Circle gradient)

by jp on February 6, 2011

WebKit in January 2011 released new gradient syntax that is closer to w3c recommendation and Mozilla implementation. The new syntax has four gradient functions: linear-gradient() radial-gradient() repeating-linear-gradient() repeating-radial-gradient() On this post I am exploring radial implementation, radial-gradient() and repeating-radial-gradient().  Notice that (…)

Read the rest of this entry »