div a {
  top: 10px;
}
@supports (will-change: transform) {
  div a {
    will-change: transform;
  }
}
