Browse Source

Remove will-change from transition, causes 3d context to be created on element in chrome breaking position: fixed

pull/1129/head
jlukic 10 years ago
parent
commit
e4428857d5
1 changed files with 0 additions and 1 deletions
  1. 1
      src/definitions/modules/transition.less

1
src/definitions/modules/transition.less

@ -34,7 +34,6 @@
animation-duration: @transitionDefaultDuration;
animation-timing-function: @transitionDefaultEasing;
animation-fill-mode: @transitionDefaultFill;
will-change: opacity, transform;
}
/*******************************

Loading…
Cancel
Save