Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Kod CSS3 -moz-

  • 4 replies
  • 1 has this problem
  • 2 views
  • Last reply by cor-el

more options

Witam, dlaczego nie działa kod dla obrazka "-moz-transition: all .2s linear;" na tej przeglądarce? Pozdrawiam

Witam, dlaczego nie działa kod dla obrazka "-moz-transition: all .2s linear;" na tej przeglądarce? Pozdrawiam

All Replies (4)

more options

Sorry I am not a developer and do not speak Polish. Do any of these or the linked information help:

more options

You need to use transition without the -moz prefix in current Firefox version (use both to include support for older Firefox versions).

Modified by cor-el

more options

Does not work on Firefox 16.0.1 code for the image:

  • "-moz-transition: all .2 s linear;".
I tried without the "-moz" and each function separately:
  • "-moz-transition-property: all;"
  • "-moz-transition-duration: .2 s;"
  • "-moz-transition-timing-function: linear;"

and still does not work.

more options

You posted code with a -moz prefix.

Did you also try transition: all .2s linear; (there shouldn't be a space .2s)

See also: