Forums

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

Home Forums CSS Css transition issue

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #38140
    Roggers
    Member

    Ok so basically I have some social icons that look like hang tags/labels and i think a really good
    transition effect on them would be that on hover state, they swing from left to right by say 4px, how would i achieve this? Thanks

    #103099
    ylc66
    Participant

    hi !

    you may find some inspiration with a quick look on raphael goetter’s footer (“Les livres publiĆ©s”)

    #103100
    Roggers
    Member

    aha! Yeah the links he has at the bottom are similar to my effect. Thanks alot i’ll check it out!

    #103101
    Roggers
    Member

    It worked! All I needed was

    -moz-transform: rotate(10deg);
    -moz-transition: all 0.5s ease 0s;

    thanks!

    #103106
    ylc66
    Participant

    i’m glad it helped you :)

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