• Resolved dimal

    (@dimalifragis)


    Hello.

    It seems that Firefox has issues with the transition effect (if hover the widget data links will move to the right). It goes to a loop with flickering-like effect.

    Also this effect hover (sometimes, depending on the leght of the line) moving the line one step to the right, the 1st line warps and then the whole page goes down. Moving the page down and up is unwated i guess for a website.

    How to disable this?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter dimal

    (@dimalifragis)

    This happens also with Chrome but more limited.

    Search the Internet for “flickering on hover” or “mouse flickering hover”, a lot of such issues with various themes or applications.

    Thread Starter dimal

    (@dimalifragis)

    Happens also with your own demo site, but my video capture software was not able (for some reason) to FULLY capturere the movement (it is much much worst).

    https://drive.google.com/file/d/10lMjAfxwcTLF1nY7Hg9a8BWdg74cNtww/view?usp=sharing

    Thread Starter dimal

    (@dimalifragis)

    I was able to fix this myself with the help of some css guru.

    NO SUPPORT. Pitty.

    Thread Starter dimal

    (@dimalifragis)

    I fixed it myself. If anyone else has this issue, he should comment out the following in “style.css” file.

    1.

    
    .mg-sidebar .mg-widget ul li a:hover {
    	padding-left: 10px;
    	transition: all 0.4s ease-in-out 0s;
    }

    2.

    footer .mg-widget ul li a {
    	transition: all 0.4s ease-in-out 0s;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Disable Transitions of Widget data’ is closed to new replies.