0

I cant understand, why all browsers use different TRANSFORM, BOX-SHADOW, and etc... syntaxes? :

-moz-transform:
-webkit-fransform:
-o-transform:

it's hard for programmer to code 4 same commands again and again...

pnuts
  • 58,317
  • 11
  • 87
  • 139
T.Todua
  • 53,146
  • 19
  • 236
  • 237

1 Answers1

1

This is the way browsers implement not standardised features. Because the feature wasn't part of the standard when they implemented it, they made their own implementation and syntax.

Some IDE's (e.g. Visual Studio) can help you with this: enter image description here

Kyle
  • 65,599
  • 28
  • 144
  • 152
Thijs
  • 3,015
  • 4
  • 29
  • 54