Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS -moz-transition-property doesn’t work

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #39739
    albertdt6
    Participant

    I have coded “-moz-transition-property: -moz-box-shadow;” but doesn’t work even though webkit works pretty well. Here is my code:
    > -webkit-transition-property: -webkit-box-shadow;
    > -webkit-transition-duration: 2.5s;
    > -o-transition-property: -o-box-shadow;
    > -o-transition-duration: 2.5s;
    > -moz-transition-property: -moz-box-shadow;
    > -moz-transition-duration: 2.5s;

    #109584
    chrisburton
    Participant

    use “all” instead of -webkit-box-shadow?

    #109585
    albertdt6
    Participant

    Wow, really works. Thank you for your fast solution :)

    #109586
    chrisburton
    Participant

    Glad to help.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.