Giter VIP home page Giter VIP logo

Comments (5)

gadenbuie avatar gadenbuie commented on June 12, 2024 1

Okay, I see this too, it's a known issue with WebKit. I don't see the blurring on Chrome or Firefox, but it does occur for me on Safari.

I think the only way around this would be to do the animation in JavaScript and I'm not super excited about that idea, so I'm probably not going to fix it.

You can get the hover effect without the animation using this CSS

/* Line Hover Indicator */
.remark-code-line:hover {
  font-weight: bold;
  opacity: 1 !important;
}

.remark-code-line:hover:before {
  content: "\25B6";
  color: #6d7e8a;
  position: absolute;
  transform: translateX(-22px);
}

from xaringanextra.

gadenbuie avatar gadenbuie commented on June 12, 2024

Hmmm, I haven't seen this. Can you take a screenshot? What browser are you using? And what version of xaringan are you using?

from xaringanextra.

mattwarkentin avatar mattwarkentin commented on June 12, 2024

I am using {xaringan} 0.16

I made a screen recording of it. Hopefully you are able to view it. I had to zip it so GitHub would allow me to upload it.

Screen Recording 2020-07-13 at 5.07.13 PM.zip

from xaringanextra.

mattwarkentin avatar mattwarkentin commented on June 12, 2024

Maybe it goes away when refreshing a slide...

from xaringanextra.

mattwarkentin avatar mattwarkentin commented on June 12, 2024

When I flip to a slide the blurry effect occurs, but if I refresh it fixes for that slide, it seems.

from xaringanextra.

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.