Code Monkey home page Code Monkey logo

Comments (11)

ghosh avatar ghosh commented on July 22, 2024

@yunyu Is it blurry for you on the Microtip website too? - https://github.com/ghosh/microtip

from microtip.

yunyu avatar yunyu commented on July 22, 2024

@ghosh Nope, but it seems to happen with some other fonts (which make the height/width of the :after an odd number).

from microtip.

ghosh avatar ghosh commented on July 22, 2024

@yunyu Ok, it's a quite a common issue caused by CSS transitions. Will look into it.

from microtip.

yunyu avatar yunyu commented on July 22, 2024

I think a workaround would be to add some classes that make the paddings in half pixels

from microtip.

fireswork avatar fireswork commented on July 22, 2024

+1, i have this problem too

from microtip.

Muhnad avatar Muhnad commented on July 22, 2024

Hey @yunyu @fireswork

Thanks for submitting the issue but it's will be great if you provide an example of the issue and we will try to fix this ASAP.

from microtip.

bilalmalkoc avatar bilalmalkoc commented on July 22, 2024

Any update for this problem? It happens with position: absolute and translate3d

from microtip.

Muhnad avatar Muhnad commented on July 22, 2024

Hey @bilalmalkoc, could you pass me a link, please? it'll help me alot

from microtip.

bilalmalkoc avatar bilalmalkoc commented on July 22, 2024

@Muhnad hello. Check share buttons on this page please. Change position to right from source coude. It happens only right.

from microtip.

ugurcatak avatar ugurcatak commented on July 22, 2024

translate3d makes it blurry.
[role~="tooltip"][data-microtip-position="top"]:hover::after { transform: translate3d(-50%, -5px, 0); } [role~="tooltip"][data-microtip-position|="top"]::after { transform: translate3d(-50%, 0, 0); }

from microtip.

aleksandras-va avatar aleksandras-va commented on July 22, 2024

Omitting will-change: transform mitigates the issue. This may impact performance in some way though.

from microtip.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.