Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS google chrome display content fuzzy and blurred Reply To: google chrome display content fuzzy and blurred

#241102
MT
Participant

i found what cause the problem :
when an element in the same page of the modal use this keyframes

@include keyframes(spin-1) {
  from {
    @include transform(rotate(0deg));
  }
  to {
    @include transform(rotate(360deg));
  }
}

this strange behavior happen
and here is a live example
http://codepen.io/anon/pen/MyPQmX