Forums

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

Home Forums CSS spinning CSS 3 icons.

  • This topic is empty.
Viewing 15 posts - 1 through 15 (of 27 total)
  • Author
    Posts
  • #39614
    simpletwist
    Participant

    I’m looking for some help to find a solid resource to build some spinning CSS 3 icons. There are a bunch of tutorials online but nothing that reaches the quality or aesthetics of this example. Anyone point me in the right direction?
    http://parklafun.com/

    #108885
    chrisburton
    Participant

    You could also do this for continuous rotation. http://codepen.io/anon/pen/thfLb

    #108888
    chrisburton
    Participant

    @kgscott284 Ha! You caught me in the middle of seeing how fast I could get it going.

    #108913
    simpletwist
    Participant

    You guys rock! Perfect.

    #108921
    simpletwist
    Participant

    How can I change the color while keeping the image circular?

    <img src="http://www.ccsdesignhouse.com/three/wp-content/uploads/2012/09/banner_prev_arrow.png" />

    how do you target the border radius so it aligns with the middle of the icon? I’ve been using this CSS:

    img {
    position: absolute;
    cursor: pointer;
    background: white;
    border-radius: 30px;
    }

    #108930
    chrisburton
    Participant

    @simpletwist The image 404’s. Can you update that?

    #108936
    chrisburton
    Participant

    @kgscott284 Thanks


    @simpletwist
    Please remove any white space from the image.

    #108947
    simpletwist
    Participant

    @ChristopherBurton

    http://www.ccsdesignhouse.com/three/wp-content/uploads/2012/09/work_prev.png

    I’m trying a simpler version of an arrow. Is there a way to utilize the same arrow for forward and backwards while creating a circle around it?

    #108948
    simpletwist
    Participant
    <img src="//www.ccsdesignhouse.com/three/wp-content/uploads/2012/09/work_prev.png"

    #108949
    simpletwist
    Participant

    The 1st example also is a transparent PNG–so all whitespace was removed. The white space that I wanted to remain was the outline. The outline was a tailor style border with a simple white arrow.

    #109026
    chrisburton
    Participant

    @simpletwist you can keep that border. However, you had white space outside of that border that I wanted you to remove.

    #109167
    simpletwist
    Participant

    @ChristopherBurton
    I’m Not sure what white space you referring to. I took a snapshot of the icon in Photoshop. What whitespace should I be removing?png

    Thank you again for your help.

    #109163
    chrisburton
    Participant

    @simpletwist That border should be against the transparent box. So there shouldn’t be any space between the border and the outside of it.

    #109159
    simpletwist
    Participant

    @ChristopherBurton ok, so I should just crop it?

    #109161
    chrisburton
    Participant

    @simpletwist Just change the canvas size in Photoshop.

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