+ 2
Can somebody teach me how to code animated search button and tell me what's -webkit
2 Réponses
+ 2
How to code an 'animated search button' depends mainly of how you want animate it, and unfortunaly from the context ^^
'webkit' is a free HTML engine, core of some browsers such as Chrome or Safari. In CSS rules, you can find/set some property not already widely supported in specifications, but coming progressivly, vendor by vendor ( Html engine by... ) so the name of the future still unsupported property is prefixed ( -webkit- Chrome/Safari family, -ms- MicroSoft, -moz- Mozilla, -o- Opera )
+ 2
thanks buddy