image fade on rollover

Homepage Community Forums Epik Theme Support image fade on rollover

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8670
    Greg P
    Customer

      I’ve seen some posts about removing the image fade effect on images. But I don’t see how to actually set this up. In the old days it meant having a couple of images to create it but I’m guessing it’s a heck of a lot cleaner with CSS?

      Any help (code?) would be appreciated!!

      Greg

      #8672
      Wes
      Moderator

        Do you have a link to your site where this is happening so I can know what to adjust?

        #8744
        Greg P
        Customer

          Hi Wes – not an issue on any of my sites.

          The only reason I’m asking is I saw a post or 2 from people asking how to REMOVE the rollover effect…which to me meant it happened automatically in Epik unless you removed it?

          I don’t see it on the demo either. I’m really just curious if it’s already in the css somewhere but I’m missing it (to have that effect on all linked images)?

          Greg

          #8755
          Wes
          Moderator

            Take a look for this in your css (its around line 177 in the demo) –

            a,
            button,
            input[type="button"],
            input[type="reset"],
            input[type="submit"] {
            	-webkit-transition: all 0.1s ease-in-out;
            	-moz-transition:    all 0.1s ease-in-out;
            	-ms-transition:     all 0.1s ease-in-out;
            	-o-transition:      all 0.1s ease-in-out;
            	transition:         all 0.1s ease-in-out;
            }<!--formatted-->

            It’s set at the lowest speed, but you can increase it if you want to use it.

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.