Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
88 views
in Technique[技术] by (71.8m points)

javascript - element become blur on transform

i know there are already questions like that
but they have been asked a long time ago, and all the answers does not works
so evetytime i'm clicking on the bottom arrow i'm incrementing the translateY, while the content is scrolling all the elements become blurry, When in finish it returns to normal the more I get down the more the blurry it becomes

im using -webkit-transform:, and -webkit-transition

i tired

  • adding translate3d(0,0,0)
  • adding filter: blur(0)
  • on the body element i have
    -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;

and still all of this does not fix the prblem

question from:https://stackoverflow.com/questions/66045674/element-become-blur-on-transform

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...