All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.selenide-core.7.4.1.source-code.animation.js Maven / Gradle / Ivy

(function (element) {
  function isEqual(rect1, rect2) {
    return rect1.x === rect2.x &&
      rect1.y === rect2.y &&
      rect1.width === rect2.width &&
      rect1.height === rect2.height;
  }

  // requestAnimationFrame() calls are paused in most browsers
  // when running in background tabs or hidden