{
  "type": "File",
  "start": 0,
  "end": 1873,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 77,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 1873,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 77,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ImportDeclaration",
        "start": 59,
        "end": 95,
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 5,
            "column": 36
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 68,
            "end": 74,
            "loc": {
              "start": {
                "line": 5,
                "column": 9
              },
              "end": {
                "line": 5,
                "column": 15
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 68,
              "end": 74,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 9
                },
                "end": {
                  "line": 5,
                  "column": 15
                },
                "identifierName": "approx"
              },
              "name": "approx"
            },
            "local": {
              "type": "Identifier",
              "start": 68,
              "end": 74,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 9
                },
                "end": {
                  "line": 5,
                  "column": 15
                },
                "identifierName": "approx"
              },
              "name": "approx"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 82,
          "end": 95,
          "loc": {
            "start": {
              "line": 5,
              "column": 23
            },
            "end": {
              "line": 5,
              "column": 36
            }
          },
          "extra": {
            "rawValue": "./approx.js",
            "raw": "'./approx.js'"
          },
          "value": "./approx.js",
          "leadingComments": null,
          "trailingComments": null
        },
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Scroll window to position\n * @param {Number} x The x position\n * @param {Number} y The y position\n * @param {Number} cycles The scroll cycles needed to reach destination\n ",
            "start": 97,
            "end": 277,
            "loc": {
              "start": {
                "line": 7,
                "column": 0
              },
              "end": {
                "line": 12,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 278,
        "end": 824,
        "loc": {
          "start": {
            "line": 13,
            "column": 0
          },
          "end": {
            "line": 34,
            "column": 1
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 282,
            "end": 824,
            "loc": {
              "start": {
                "line": 13,
                "column": 4
              },
              "end": {
                "line": 34,
                "column": 1
              }
            },
            "id": {
              "type": "Identifier",
              "start": 282,
              "end": 290,
              "loc": {
                "start": {
                  "line": 13,
                  "column": 4
                },
                "end": {
                  "line": 13,
                  "column": 12
                },
                "identifierName": "scrollTo"
              },
              "name": "scrollTo",
              "leadingComments": null
            },
            "init": {
              "type": "ArrowFunctionExpression",
              "start": 293,
              "end": 824,
              "loc": {
                "start": {
                  "line": 13,
                  "column": 15
                },
                "end": {
                  "line": 34,
                  "column": 1
                }
              },
              "id": {
                "type": "Identifier",
                "start": 282,
                "end": 290,
                "loc": {
                  "start": {
                    "line": 13,
                    "column": 4
                  },
                  "end": {
                    "line": 13,
                    "column": 12
                  },
                  "identifierName": "scrollTo"
                },
                "name": "scrollTo",
                "leadingComments": null
              },
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 295,
                  "end": 296,
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 17
                    },
                    "end": {
                      "line": 13,
                      "column": 18
                    },
                    "identifierName": "x"
                  },
                  "name": "x"
                },
                {
                  "type": "Identifier",
                  "start": 298,
                  "end": 299,
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 20
                    },
                    "end": {
                      "line": 13,
                      "column": 21
                    },
                    "identifierName": "y"
                  },
                  "name": "y"
                },
                {
                  "type": "Identifier",
                  "start": 301,
                  "end": 307,
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 23
                    },
                    "end": {
                      "line": 13,
                      "column": 29
                    },
                    "identifierName": "cycles"
                  },
                  "name": "cycles"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 313,
                "end": 824,
                "loc": {
                  "start": {
                    "line": 13,
                    "column": 35
                  },
                  "end": {
                    "line": 34,
                    "column": 1
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 317,
                    "end": 347,
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 2
                      },
                      "end": {
                        "line": 14,
                        "column": 32
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 321,
                        "end": 347,
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 6
                          },
                          "end": {
                            "line": 14,
                            "column": 32
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 321,
                          "end": 330,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 6
                            },
                            "end": {
                              "line": 14,
                              "column": 15
                            },
                            "identifierName": "positionX"
                          },
                          "name": "positionX"
                        },
                        "init": {
                          "type": "MemberExpression",
                          "start": 333,
                          "end": 347,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 18
                            },
                            "end": {
                              "line": 14,
                              "column": 32
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 333,
                            "end": 339,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 18
                              },
                              "end": {
                                "line": 14,
                                "column": 24
                              },
                              "identifierName": "window"
                            },
                            "name": "window"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 340,
                            "end": 347,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 25
                              },
                              "end": {
                                "line": 14,
                                "column": 32
                              },
                              "identifierName": "scrollX"
                            },
                            "name": "scrollX"
                          },
                          "computed": false
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 350,
                    "end": 380,
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 2
                      },
                      "end": {
                        "line": 15,
                        "column": 32
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 354,
                        "end": 380,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 6
                          },
                          "end": {
                            "line": 15,
                            "column": 32
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 354,
                          "end": 363,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 6
                            },
                            "end": {
                              "line": 15,
                              "column": 15
                            },
                            "identifierName": "positionY"
                          },
                          "name": "positionY"
                        },
                        "init": {
                          "type": "MemberExpression",
                          "start": 366,
                          "end": 380,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 18
                            },
                            "end": {
                              "line": 15,
                              "column": 32
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 366,
                            "end": 372,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 18
                              },
                              "end": {
                                "line": 15,
                                "column": 24
                              },
                              "identifierName": "window"
                            },
                            "name": "window"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 373,
                            "end": 380,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 25
                              },
                              "end": {
                                "line": 15,
                                "column": 32
                              },
                              "identifierName": "scrollY"
                            },
                            "name": "scrollY"
                          },
                          "computed": false
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 384,
                    "end": 404,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 2
                      },
                      "end": {
                        "line": 17,
                        "column": 22
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 384,
                      "end": 404,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 2
                        },
                        "end": {
                          "line": 17,
                          "column": 22
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 384,
                        "end": 390,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 2
                          },
                          "end": {
                            "line": 17,
                            "column": 8
                          },
                          "identifierName": "cycles"
                        },
                        "name": "cycles"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 393,
                        "end": 404,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 11
                          },
                          "end": {
                            "line": 17,
                            "column": 22
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 393,
                          "end": 399,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 11
                            },
                            "end": {
                              "line": 17,
                              "column": 17
                            },
                            "identifierName": "cycles"
                          },
                          "name": "cycles"
                        },
                        "operator": "||",
                        "right": {
                          "type": "NumericLiteral",
                          "start": 403,
                          "end": 404,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 21
                            },
                            "end": {
                              "line": 17,
                              "column": 22
                            }
                          },
                          "extra": {
                            "rawValue": 1,
                            "raw": "1"
                          },
                          "value": 1,
                          "leadingComments": null,
                          "trailingComments": null
                        },
                        "trailingComments": null
                      },
                      "trailingComments": null
                    },
                    "trailingComments": [
                      {
                        "type": "CommentLine",
                        "value": " Default value is instant scroll",
                        "start": 405,
                        "end": 439,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 23
                          },
                          "end": {
                            "line": 17,
                            "column": 57
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 443,
                    "end": 485,
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 2
                      },
                      "end": {
                        "line": 19,
                        "column": 44
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 447,
                        "end": 485,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 6
                          },
                          "end": {
                            "line": 19,
                            "column": 44
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 447,
                          "end": 456,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 6
                            },
                            "end": {
                              "line": 19,
                              "column": 15
                            },
                            "identifierName": "speedLeft"
                          },
                          "name": "speedLeft",
                          "leadingComments": null
                        },
                        "init": {
                          "type": "BinaryExpression",
                          "start": 459,
                          "end": 485,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 18
                            },
                            "end": {
                              "line": 19,
                              "column": 44
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 461,
                            "end": 474,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 20
                              },
                              "end": {
                                "line": 19,
                                "column": 33
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 461,
                              "end": 462,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 20
                                },
                                "end": {
                                  "line": 19,
                                  "column": 21
                                },
                                "identifierName": "x"
                              },
                              "name": "x"
                            },
                            "operator": "-",
                            "right": {
                              "type": "Identifier",
                              "start": 465,
                              "end": 474,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 24
                                },
                                "end": {
                                  "line": 19,
                                  "column": 33
                                },
                                "identifierName": "positionX"
                              },
                              "name": "positionX"
                            },
                            "extra": {
                              "parenthesized": true,
                              "parenStart": 459
                            }
                          },
                          "operator": "/",
                          "right": {
                            "type": "Identifier",
                            "start": 479,
                            "end": 485,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 38
                              },
                              "end": {
                                "line": 19,
                                "column": 44
                              },
                              "identifierName": "cycles"
                            },
                            "name": "cycles"
                          }
                        },
                        "leadingComments": null
                      }
                    ],
                    "kind": "let",
                    "leadingComments": [
                      {
                        "type": "CommentLine",
                        "value": " Default value is instant scroll",
                        "start": 405,
                        "end": 439,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 23
                          },
                          "end": {
                            "line": 17,
                            "column": 57
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 488,
                    "end": 529,
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 2
                      },
                      "end": {
                        "line": 20,
                        "column": 43
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 492,
                        "end": 529,
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 6
                          },
                          "end": {
                            "line": 20,
                            "column": 43
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 492,
                          "end": 500,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 6
                            },
                            "end": {
                              "line": 20,
                              "column": 14
                            },
                            "identifierName": "speedTop"
                          },
                          "name": "speedTop"
                        },
                        "init": {
                          "type": "BinaryExpression",
                          "start": 503,
                          "end": 529,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 17
                            },
                            "end": {
                              "line": 20,
                              "column": 43
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 505,
                            "end": 518,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 19
                              },
                              "end": {
                                "line": 20,
                                "column": 32
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 505,
                              "end": 506,
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 19
                                },
                                "end": {
                                  "line": 20,
                                  "column": 20
                                },
                                "identifierName": "y"
                              },
                              "name": "y"
                            },
                            "operator": "-",
                            "right": {
                              "type": "Identifier",
                              "start": 509,
                              "end": 518,
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 23
                                },
                                "end": {
                                  "line": 20,
                                  "column": 32
                                },
                                "identifierName": "positionY"
                              },
                              "name": "positionY"
                            },
                            "extra": {
                              "parenthesized": true,
                              "parenStart": 503
                            }
                          },
                          "operator": "/",
                          "right": {
                            "type": "Identifier",
                            "start": 523,
                            "end": 529,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 37
                              },
                              "end": {
                                "line": 20,
                                "column": 43
                              },
                              "identifierName": "cycles"
                            },
                            "name": "cycles"
                          }
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 533,
                    "end": 811,
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 2
                      },
                      "end": {
                        "line": 32,
                        "column": 3
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 537,
                        "end": 811,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 6
                          },
                          "end": {
                            "line": 32,
                            "column": 3
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 537,
                          "end": 543,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 6
                            },
                            "end": {
                              "line": 22,
                              "column": 12
                            },
                            "identifierName": "scroll"
                          },
                          "name": "scroll"
                        },
                        "init": {
                          "type": "ArrowFunctionExpression",
                          "start": 546,
                          "end": 811,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 15
                            },
                            "end": {
                              "line": 32,
                              "column": 3
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [],
                          "body": {
                            "type": "BlockStatement",
                            "start": 552,
                            "end": 811,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 21
                              },
                              "end": {
                                "line": 32,
                                "column": 3
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 558,
                                "end": 566,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 12
                                  }
                                },
                                "expression": {
                                  "type": "UpdateExpression",
                                  "start": 558,
                                  "end": 566,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 12
                                    }
                                  },
                                  "operator": "--",
                                  "prefix": false,
                                  "argument": {
                                    "type": "Identifier",
                                    "start": 558,
                                    "end": 564,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 10
                                      },
                                      "identifierName": "cycles"
                                    },
                                    "name": "cycles"
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "start": 571,
                                "end": 807,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 5
                                  }
                                },
                                "test": {
                                  "type": "BinaryExpression",
                                  "start": 576,
                                  "end": 587,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 20
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 576,
                                    "end": 582,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 9
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 15
                                      },
                                      "identifierName": "cycles"
                                    },
                                    "name": "cycles"
                                  },
                                  "operator": ">=",
                                  "right": {
                                    "type": "NumericLiteral",
                                    "start": 586,
                                    "end": 587,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 20
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 590,
                                  "end": 764,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 5
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 598,
                                      "end": 620,
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 28
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 598,
                                        "end": 620,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 28
                                          }
                                        },
                                        "operator": "+=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 598,
                                          "end": 607,
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 15
                                            },
                                            "identifierName": "positionX"
                                          },
                                          "name": "positionX"
                                        },
                                        "right": {
                                          "type": "Identifier",
                                          "start": 611,
                                          "end": 620,
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 28
                                            },
                                            "identifierName": "speedLeft"
                                          },
                                          "name": "speedLeft"
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 627,
                                      "end": 648,
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 27
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 627,
                                        "end": 648,
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 27
                                          }
                                        },
                                        "operator": "+=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 627,
                                          "end": 636,
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 15
                                            },
                                            "identifierName": "positionY"
                                          },
                                          "name": "positionY"
                                        },
                                        "right": {
                                          "type": "Identifier",
                                          "start": 640,
                                          "end": 648,
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 27
                                            },
                                            "identifierName": "speedTop"
                                          },
                                          "name": "speedTop"
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 655,
                                      "end": 720,
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 71
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 655,
                                        "end": 720,
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 71
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 655,
                                          "end": 670,
                                          "loc": {
                                            "start": {
                                              "line": 27,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 27,
                                              "column": 21
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 655,
                                            "end": 661,
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 12
                                              },
                                              "identifierName": "window"
                                            },
                                            "name": "window"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 662,
                                            "end": 670,
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 21
                                              },
                                              "identifierName": "scrollTo"
                                            },
                                            "name": "scrollTo"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "CallExpression",
                                            "start": 672,
                                            "end": 694,
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 45
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 672,
                                              "end": 678,
                                              "loc": {
                                                "start": {
                                                  "line": 27,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 29
                                                },
                                                "identifierName": "approx"
                                              },
                                              "name": "approx"
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 680,
                                                "end": 689,
                                                "loc": {
                                                  "start": {
                                                    "line": 27,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 27,
                                                    "column": 40
                                                  },
                                                  "identifierName": "positionX"
                                                },
                                                "name": "positionX"
                                              },
                                              {
                                                "type": "NumericLiteral",
                                                "start": 691,
                                                "end": 692,
                                                "loc": {
                                                  "start": {
                                                    "line": 27,
                                                    "column": 42
                                                  },
                                                  "end": {
                                                    "line": 27,
                                                    "column": 43
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": 0,
                                                  "raw": "0"
                                                },
                                                "value": 0
                                              }
                                            ]
                                          },
                                          {
                                            "type": "CallExpression",
                                            "start": 696,
                                            "end": 718,
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 69
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 696,
                                              "end": 702,
                                              "loc": {
                                                "start": {
                                                  "line": 27,
                                                  "column": 47
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 53
                                                },
                                                "identifierName": "approx"
                                              },
                                              "name": "approx"
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 704,
                                                "end": 713,
                                                "loc": {
                                                  "start": {
                                                    "line": 27,
                                                    "column": 55
                                                  },
                                                  "end": {
                                                    "line": 27,
                                                    "column": 64
                                                  },
                                                  "identifierName": "positionY"
                                                },
                                                "name": "positionY"
                                              },
                                              {
                                                "type": "NumericLiteral",
                                                "start": 715,
                                                "end": 716,
                                                "loc": {
                                                  "start": {
                                                    "line": 27,
                                                    "column": 66
                                                  },
                                                  "end": {
                                                    "line": 27,
                                                    "column": 67
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": 0,
                                                  "raw": "0"
                                                },
                                                "value": 0
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 727,
                                      "end": 758,
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 37
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 727,
                                        "end": 758,
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 37
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 727,
                                          "end": 748,
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 27
                                            },
                                            "identifierName": "requestAnimationFrame"
                                          },
                                          "name": "requestAnimationFrame"
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 750,
                                            "end": 756,
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 28,
                                                "column": 35
                                              },
                                              "identifierName": "scroll"
                                            },
                                            "name": "scroll"
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": {
                                  "type": "BlockStatement",
                                  "start": 770,
                                  "end": 807,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 5
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 778,
                                      "end": 801,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 29
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 778,
                                        "end": 801,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 29
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 778,
                                          "end": 793,
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 21
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 778,
                                            "end": 784,
                                            "loc": {
                                              "start": {
                                                "line": 30,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 30,
                                                "column": 12
                                              },
                                              "identifierName": "window"
                                            },
                                            "name": "window"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 785,
                                            "end": 793,
                                            "loc": {
                                              "start": {
                                                "line": 30,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 30,
                                                "column": 21
                                              },
                                              "identifierName": "scrollTo"
                                            },
                                            "name": "scrollTo"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 795,
                                            "end": 796,
                                            "loc": {
                                              "start": {
                                                "line": 30,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 30,
                                                "column": 24
                                              },
                                              "identifierName": "x"
                                            },
                                            "name": "x"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 798,
                                            "end": 799,
                                            "loc": {
                                              "start": {
                                                "line": 30,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 30,
                                                "column": 27
                                              },
                                              "identifierName": "y"
                                            },
                                            "name": "y"
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "directives": []
                                }
                              }
                            ],
                            "directives": []
                          }
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 814,
                    "end": 822,
                    "loc": {
                      "start": {
                        "line": 33,
                        "column": 2
                      },
                      "end": {
                        "line": 33,
                        "column": 10
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 814,
                      "end": 822,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 2
                        },
                        "end": {
                          "line": 33,
                          "column": 10
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 814,
                        "end": 820,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 2
                          },
                          "end": {
                            "line": 33,
                            "column": 8
                          },
                          "identifierName": "scroll"
                        },
                        "name": "scroll"
                      },
                      "arguments": []
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "trailingComments": null
            },
            "leadingComments": null,
            "trailingComments": null
          }
        ],
        "kind": "let",
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Scroll window to position\n * @param {Number} x The x position\n * @param {Number} y The y position\n * @param {Number} cycles The scroll cycles needed to reach destination\n ",
            "start": 97,
            "end": 277,
            "loc": {
              "start": {
                "line": 7,
                "column": 0
              },
              "end": {
                "line": 12,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Scrolls an element to position\n * @param {HTMLElement} element\n * @param {Number} x The x position\n * @param {Number} y The y position\n * @param {Number} cycles The scroll cycles needed to reach destination\n ",
            "start": 826,
            "end": 1043,
            "loc": {
              "start": {
                "line": 36,
                "column": 0
              },
              "end": {
                "line": 42,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 1044,
        "end": 1666,
        "loc": {
          "start": {
            "line": 43,
            "column": 0
          },
          "end": {
            "line": 65,
            "column": 1
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 1048,
            "end": 1666,
            "loc": {
              "start": {
                "line": 43,
                "column": 4
              },
              "end": {
                "line": 65,
                "column": 1
              }
            },
            "id": {
              "type": "Identifier",
              "start": 1048,
              "end": 1063,
              "loc": {
                "start": {
                  "line": 43,
                  "column": 4
                },
                "end": {
                  "line": 43,
                  "column": 19
                },
                "identifierName": "elementScrollTo"
              },
              "name": "elementScrollTo",
              "leadingComments": null
            },
            "init": {
              "type": "ArrowFunctionExpression",
              "start": 1066,
              "end": 1666,
              "loc": {
                "start": {
                  "line": 43,
                  "column": 22
                },
                "end": {
                  "line": 65,
                  "column": 1
                }
              },
              "id": {
                "type": "Identifier",
                "start": 1048,
                "end": 1063,
                "loc": {
                  "start": {
                    "line": 43,
                    "column": 4
                  },
                  "end": {
                    "line": 43,
                    "column": 19
                  },
                  "identifierName": "elementScrollTo"
                },
                "name": "elementScrollTo",
                "leadingComments": null
              },
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 1068,
                  "end": 1075,
                  "loc": {
                    "start": {
                      "line": 43,
                      "column": 24
                    },
                    "end": {
                      "line": 43,
                      "column": 31
                    },
                    "identifierName": "element"
                  },
                  "name": "element"
                },
                {
                  "type": "Identifier",
                  "start": 1077,
                  "end": 1078,
                  "loc": {
                    "start": {
                      "line": 43,
                      "column": 33
                    },
                    "end": {
                      "line": 43,
                      "column": 34
                    },
                    "identifierName": "x"
                  },
                  "name": "x"
                },
                {
                  "type": "Identifier",
                  "start": 1080,
                  "end": 1081,
                  "loc": {
                    "start": {
                      "line": 43,
                      "column": 36
                    },
                    "end": {
                      "line": 43,
                      "column": 37
                    },
                    "identifierName": "y"
                  },
                  "name": "y"
                },
                {
                  "type": "Identifier",
                  "start": 1083,
                  "end": 1089,
                  "loc": {
                    "start": {
                      "line": 43,
                      "column": 39
                    },
                    "end": {
                      "line": 43,
                      "column": 45
                    },
                    "identifierName": "cycles"
                  },
                  "name": "cycles"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 1095,
                "end": 1666,
                "loc": {
                  "start": {
                    "line": 43,
                    "column": 51
                  },
                  "end": {
                    "line": 65,
                    "column": 1
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 1099,
                    "end": 1133,
                    "loc": {
                      "start": {
                        "line": 44,
                        "column": 2
                      },
                      "end": {
                        "line": 44,
                        "column": 36
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 1103,
                        "end": 1133,
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 6
                          },
                          "end": {
                            "line": 44,
                            "column": 36
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 1103,
                          "end": 1112,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 6
                            },
                            "end": {
                              "line": 44,
                              "column": 15
                            },
                            "identifierName": "positionX"
                          },
                          "name": "positionX"
                        },
                        "init": {
                          "type": "MemberExpression",
                          "start": 1115,
                          "end": 1133,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 18
                            },
                            "end": {
                              "line": 44,
                              "column": 36
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1115,
                            "end": 1122,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 18
                              },
                              "end": {
                                "line": 44,
                                "column": 25
                              },
                              "identifierName": "element"
                            },
                            "name": "element"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1123,
                            "end": 1133,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 26
                              },
                              "end": {
                                "line": 44,
                                "column": 36
                              },
                              "identifierName": "scrollLeft"
                            },
                            "name": "scrollLeft"
                          },
                          "computed": false
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 1136,
                    "end": 1169,
                    "loc": {
                      "start": {
                        "line": 45,
                        "column": 2
                      },
                      "end": {
                        "line": 45,
                        "column": 35
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 1140,
                        "end": 1169,
                        "loc": {
                          "start": {
                            "line": 45,
                            "column": 6
                          },
                          "end": {
                            "line": 45,
                            "column": 35
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 1140,
                          "end": 1149,
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 6
                            },
                            "end": {
                              "line": 45,
                              "column": 15
                            },
                            "identifierName": "positionY"
                          },
                          "name": "positionY"
                        },
                        "init": {
                          "type": "MemberExpression",
                          "start": 1152,
                          "end": 1169,
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 18
                            },
                            "end": {
                              "line": 45,
                              "column": 35
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1152,
                            "end": 1159,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 18
                              },
                              "end": {
                                "line": 45,
                                "column": 25
                              },
                              "identifierName": "element"
                            },
                            "name": "element"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1160,
                            "end": 1169,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 26
                              },
                              "end": {
                                "line": 45,
                                "column": 35
                              },
                              "identifierName": "scrollTop"
                            },
                            "name": "scrollTop"
                          },
                          "computed": false
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1172,
                    "end": 1192,
                    "loc": {
                      "start": {
                        "line": 46,
                        "column": 2
                      },
                      "end": {
                        "line": 46,
                        "column": 22
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 1172,
                      "end": 1192,
                      "loc": {
                        "start": {
                          "line": 46,
                          "column": 2
                        },
                        "end": {
                          "line": 46,
                          "column": 22
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 1172,
                        "end": 1178,
                        "loc": {
                          "start": {
                            "line": 46,
                            "column": 2
                          },
                          "end": {
                            "line": 46,
                            "column": 8
                          },
                          "identifierName": "cycles"
                        },
                        "name": "cycles"
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "start": 1181,
                        "end": 1192,
                        "loc": {
                          "start": {
                            "line": 46,
                            "column": 11
                          },
                          "end": {
                            "line": 46,
                            "column": 22
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 1181,
                          "end": 1187,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 11
                            },
                            "end": {
                              "line": 46,
                              "column": 17
                            },
                            "identifierName": "cycles"
                          },
                          "name": "cycles"
                        },
                        "operator": "||",
                        "right": {
                          "type": "NumericLiteral",
                          "start": 1191,
                          "end": 1192,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 21
                            },
                            "end": {
                              "line": 46,
                              "column": 22
                            }
                          },
                          "extra": {
                            "rawValue": 1,
                            "raw": "1"
                          },
                          "value": 1,
                          "leadingComments": null,
                          "trailingComments": null
                        },
                        "trailingComments": null
                      },
                      "trailingComments": null
                    },
                    "trailingComments": [
                      {
                        "type": "CommentLine",
                        "value": " Default value is instant scroll",
                        "start": 1193,
                        "end": 1227,
                        "loc": {
                          "start": {
                            "line": 46,
                            "column": 23
                          },
                          "end": {
                            "line": 46,
                            "column": 57
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 1231,
                    "end": 1273,
                    "loc": {
                      "start": {
                        "line": 48,
                        "column": 2
                      },
                      "end": {
                        "line": 48,
                        "column": 44
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 1235,
                        "end": 1273,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 6
                          },
                          "end": {
                            "line": 48,
                            "column": 44
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 1235,
                          "end": 1244,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 6
                            },
                            "end": {
                              "line": 48,
                              "column": 15
                            },
                            "identifierName": "speedLeft"
                          },
                          "name": "speedLeft",
                          "leadingComments": null
                        },
                        "init": {
                          "type": "BinaryExpression",
                          "start": 1247,
                          "end": 1273,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 18
                            },
                            "end": {
                              "line": 48,
                              "column": 44
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 1249,
                            "end": 1262,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 20
                              },
                              "end": {
                                "line": 48,
                                "column": 33
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 1249,
                              "end": 1250,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 20
                                },
                                "end": {
                                  "line": 48,
                                  "column": 21
                                },
                                "identifierName": "x"
                              },
                              "name": "x"
                            },
                            "operator": "-",
                            "right": {
                              "type": "Identifier",
                              "start": 1253,
                              "end": 1262,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 24
                                },
                                "end": {
                                  "line": 48,
                                  "column": 33
                                },
                                "identifierName": "positionX"
                              },
                              "name": "positionX"
                            },
                            "extra": {
                              "parenthesized": true,
                              "parenStart": 1247
                            }
                          },
                          "operator": "/",
                          "right": {
                            "type": "Identifier",
                            "start": 1267,
                            "end": 1273,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 38
                              },
                              "end": {
                                "line": 48,
                                "column": 44
                              },
                              "identifierName": "cycles"
                            },
                            "name": "cycles"
                          }
                        },
                        "leadingComments": null
                      }
                    ],
                    "kind": "let",
                    "leadingComments": [
                      {
                        "type": "CommentLine",
                        "value": " Default value is instant scroll",
                        "start": 1193,
                        "end": 1227,
                        "loc": {
                          "start": {
                            "line": 46,
                            "column": 23
                          },
                          "end": {
                            "line": 46,
                            "column": 57
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 1276,
                    "end": 1317,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 2
                      },
                      "end": {
                        "line": 49,
                        "column": 43
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 1280,
                        "end": 1317,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 6
                          },
                          "end": {
                            "line": 49,
                            "column": 43
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 1280,
                          "end": 1288,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 6
                            },
                            "end": {
                              "line": 49,
                              "column": 14
                            },
                            "identifierName": "speedTop"
                          },
                          "name": "speedTop"
                        },
                        "init": {
                          "type": "BinaryExpression",
                          "start": 1291,
                          "end": 1317,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 17
                            },
                            "end": {
                              "line": 49,
                              "column": 43
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 1293,
                            "end": 1306,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 19
                              },
                              "end": {
                                "line": 49,
                                "column": 32
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 1293,
                              "end": 1294,
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 19
                                },
                                "end": {
                                  "line": 49,
                                  "column": 20
                                },
                                "identifierName": "y"
                              },
                              "name": "y"
                            },
                            "operator": "-",
                            "right": {
                              "type": "Identifier",
                              "start": 1297,
                              "end": 1306,
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 23
                                },
                                "end": {
                                  "line": 49,
                                  "column": 32
                                },
                                "identifierName": "positionY"
                              },
                              "name": "positionY"
                            },
                            "extra": {
                              "parenthesized": true,
                              "parenStart": 1291
                            }
                          },
                          "operator": "/",
                          "right": {
                            "type": "Identifier",
                            "start": 1311,
                            "end": 1317,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 37
                              },
                              "end": {
                                "line": 49,
                                "column": 43
                              },
                              "identifierName": "cycles"
                            },
                            "name": "cycles"
                          }
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 1321,
                    "end": 1653,
                    "loc": {
                      "start": {
                        "line": 51,
                        "column": 2
                      },
                      "end": {
                        "line": 63,
                        "column": 3
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 1325,
                        "end": 1653,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 6
                          },
                          "end": {
                            "line": 63,
                            "column": 3
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 1325,
                          "end": 1331,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 6
                            },
                            "end": {
                              "line": 51,
                              "column": 12
                            },
                            "identifierName": "scroll"
                          },
                          "name": "scroll"
                        },
                        "init": {
                          "type": "ArrowFunctionExpression",
                          "start": 1334,
                          "end": 1653,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 15
                            },
                            "end": {
                              "line": 63,
                              "column": 3
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [],
                          "body": {
                            "type": "BlockStatement",
                            "start": 1340,
                            "end": 1653,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 21
                              },
                              "end": {
                                "line": 63,
                                "column": 3
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 1346,
                                "end": 1354,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 12
                                  }
                                },
                                "expression": {
                                  "type": "UpdateExpression",
                                  "start": 1346,
                                  "end": 1354,
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 12
                                    }
                                  },
                                  "operator": "--",
                                  "prefix": false,
                                  "argument": {
                                    "type": "Identifier",
                                    "start": 1346,
                                    "end": 1352,
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 10
                                      },
                                      "identifierName": "cycles"
                                    },
                                    "name": "cycles"
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "start": 1359,
                                "end": 1649,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 5
                                  }
                                },
                                "test": {
                                  "type": "BinaryExpression",
                                  "start": 1364,
                                  "end": 1375,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 20
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 1364,
                                    "end": 1370,
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 9
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 15
                                      },
                                      "identifierName": "cycles"
                                    },
                                    "name": "cycles"
                                  },
                                  "operator": ">=",
                                  "right": {
                                    "type": "NumericLiteral",
                                    "start": 1374,
                                    "end": 1375,
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 20
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 1378,
                                  "end": 1579,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 5
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1386,
                                      "end": 1408,
                                      "loc": {
                                        "start": {
                                          "line": 54,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 54,
                                          "column": 28
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 1386,
                                        "end": 1408,
                                        "loc": {
                                          "start": {
                                            "line": 54,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 54,
                                            "column": 28
                                          }
                                        },
                                        "operator": "+=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 1386,
                                          "end": 1395,
                                          "loc": {
                                            "start": {
                                              "line": 54,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 54,
                                              "column": 15
                                            },
                                            "identifierName": "positionX"
                                          },
                                          "name": "positionX"
                                        },
                                        "right": {
                                          "type": "Identifier",
                                          "start": 1399,
                                          "end": 1408,
                                          "loc": {
                                            "start": {
                                              "line": 54,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 54,
                                              "column": 28
                                            },
                                            "identifierName": "speedLeft"
                                          },
                                          "name": "speedLeft"
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1415,
                                      "end": 1436,
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 55,
                                          "column": 27
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 1415,
                                        "end": 1436,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 27
                                          }
                                        },
                                        "operator": "+=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 1415,
                                          "end": 1424,
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 15
                                            },
                                            "identifierName": "positionY"
                                          },
                                          "name": "positionY"
                                        },
                                        "right": {
                                          "type": "Identifier",
                                          "start": 1428,
                                          "end": 1436,
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 27
                                            },
                                            "identifierName": "speedTop"
                                          },
                                          "name": "speedTop"
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1443,
                                      "end": 1486,
                                      "loc": {
                                        "start": {
                                          "line": 56,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 56,
                                          "column": 49
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 1443,
                                        "end": 1486,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 49
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 1443,
                                          "end": 1461,
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 24
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1443,
                                            "end": 1450,
                                            "loc": {
                                              "start": {
                                                "line": 56,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 56,
                                                "column": 13
                                              },
                                              "identifierName": "element"
                                            },
                                            "name": "element"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1451,
                                            "end": 1461,
                                            "loc": {
                                              "start": {
                                                "line": 56,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 56,
                                                "column": 24
                                              },
                                              "identifierName": "scrollLeft"
                                            },
                                            "name": "scrollLeft"
                                          },
                                          "computed": false
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "start": 1464,
                                          "end": 1486,
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 49
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 1464,
                                            "end": 1470,
                                            "loc": {
                                              "start": {
                                                "line": 56,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 56,
                                                "column": 33
                                              },
                                              "identifierName": "approx"
                                            },
                                            "name": "approx"
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 1472,
                                              "end": 1481,
                                              "loc": {
                                                "start": {
                                                  "line": 56,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 56,
                                                  "column": 44
                                                },
                                                "identifierName": "positionX"
                                              },
                                              "name": "positionX"
                                            },
                                            {
                                              "type": "NumericLiteral",
                                              "start": 1483,
                                              "end": 1484,
                                              "loc": {
                                                "start": {
                                                  "line": 56,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 56,
                                                  "column": 47
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 0,
                                                "raw": "0"
                                              },
                                              "value": 0
                                            }
                                          ]
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1493,
                                      "end": 1535,
                                      "loc": {
                                        "start": {
                                          "line": 57,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 57,
                                          "column": 48
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 1493,
                                        "end": 1535,
                                        "loc": {
                                          "start": {
                                            "line": 57,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 57,
                                            "column": 48
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 1493,
                                          "end": 1510,
                                          "loc": {
                                            "start": {
                                              "line": 57,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 57,
                                              "column": 23
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1493,
                                            "end": 1500,
                                            "loc": {
                                              "start": {
                                                "line": 57,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 57,
                                                "column": 13
                                              },
                                              "identifierName": "element"
                                            },
                                            "name": "element"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1501,
                                            "end": 1510,
                                            "loc": {
                                              "start": {
                                                "line": 57,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 57,
                                                "column": 23
                                              },
                                              "identifierName": "scrollTop"
                                            },
                                            "name": "scrollTop"
                                          },
                                          "computed": false
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "start": 1513,
                                          "end": 1535,
                                          "loc": {
                                            "start": {
                                              "line": 57,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 57,
                                              "column": 48
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 1513,
                                            "end": 1519,
                                            "loc": {
                                              "start": {
                                                "line": 57,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 57,
                                                "column": 32
                                              },
                                              "identifierName": "approx"
                                            },
                                            "name": "approx"
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 1521,
                                              "end": 1530,
                                              "loc": {
                                                "start": {
                                                  "line": 57,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 57,
                                                  "column": 43
                                                },
                                                "identifierName": "positionY"
                                              },
                                              "name": "positionY"
                                            },
                                            {
                                              "type": "NumericLiteral",
                                              "start": 1532,
                                              "end": 1533,
                                              "loc": {
                                                "start": {
                                                  "line": 57,
                                                  "column": 45
                                                },
                                                "end": {
                                                  "line": 57,
                                                  "column": 46
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 0,
                                                "raw": "0"
                                              },
                                              "value": 0
                                            }
                                          ]
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1542,
                                      "end": 1573,
                                      "loc": {
                                        "start": {
                                          "line": 58,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 58,
                                          "column": 37
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 1542,
                                        "end": 1573,
                                        "loc": {
                                          "start": {
                                            "line": 58,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 58,
                                            "column": 37
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 1542,
                                          "end": 1563,
                                          "loc": {
                                            "start": {
                                              "line": 58,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 58,
                                              "column": 27
                                            },
                                            "identifierName": "requestAnimationFrame"
                                          },
                                          "name": "requestAnimationFrame"
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 1565,
                                            "end": 1571,
                                            "loc": {
                                              "start": {
                                                "line": 58,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 58,
                                                "column": 35
                                              },
                                              "identifierName": "scroll"
                                            },
                                            "name": "scroll"
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": {
                                  "type": "BlockStatement",
                                  "start": 1585,
                                  "end": 1649,
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 62,
                                      "column": 5
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1593,
                                      "end": 1615,
                                      "loc": {
                                        "start": {
                                          "line": 60,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 60,
                                          "column": 28
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 1593,
                                        "end": 1615,
                                        "loc": {
                                          "start": {
                                            "line": 60,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 60,
                                            "column": 28
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 1593,
                                          "end": 1611,
                                          "loc": {
                                            "start": {
                                              "line": 60,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 60,
                                              "column": 24
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1593,
                                            "end": 1600,
                                            "loc": {
                                              "start": {
                                                "line": 60,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 60,
                                                "column": 13
                                              },
                                              "identifierName": "element"
                                            },
                                            "name": "element"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1601,
                                            "end": 1611,
                                            "loc": {
                                              "start": {
                                                "line": 60,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 60,
                                                "column": 24
                                              },
                                              "identifierName": "scrollLeft"
                                            },
                                            "name": "scrollLeft"
                                          },
                                          "computed": false
                                        },
                                        "right": {
                                          "type": "Identifier",
                                          "start": 1614,
                                          "end": 1615,
                                          "loc": {
                                            "start": {
                                              "line": 60,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 60,
                                              "column": 28
                                            },
                                            "identifierName": "x"
                                          },
                                          "name": "x"
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1622,
                                      "end": 1643,
                                      "loc": {
                                        "start": {
                                          "line": 61,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 61,
                                          "column": 27
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 1622,
                                        "end": 1643,
                                        "loc": {
                                          "start": {
                                            "line": 61,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 61,
                                            "column": 27
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 1622,
                                          "end": 1639,
                                          "loc": {
                                            "start": {
                                              "line": 61,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 61,
                                              "column": 23
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1622,
                                            "end": 1629,
                                            "loc": {
                                              "start": {
                                                "line": 61,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 61,
                                                "column": 13
                                              },
                                              "identifierName": "element"
                                            },
                                            "name": "element"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1630,
                                            "end": 1639,
                                            "loc": {
                                              "start": {
                                                "line": 61,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 61,
                                                "column": 23
                                              },
                                              "identifierName": "scrollTop"
                                            },
                                            "name": "scrollTop"
                                          },
                                          "computed": false
                                        },
                                        "right": {
                                          "type": "Identifier",
                                          "start": 1642,
                                          "end": 1643,
                                          "loc": {
                                            "start": {
                                              "line": 61,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 61,
                                              "column": 27
                                            },
                                            "identifierName": "y"
                                          },
                                          "name": "y"
                                        }
                                      }
                                    }
                                  ],
                                  "directives": []
                                }
                              }
                            ],
                            "directives": []
                          }
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1656,
                    "end": 1664,
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 2
                      },
                      "end": {
                        "line": 64,
                        "column": 10
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 1656,
                      "end": 1664,
                      "loc": {
                        "start": {
                          "line": 64,
                          "column": 2
                        },
                        "end": {
                          "line": 64,
                          "column": 10
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 1656,
                        "end": 1662,
                        "loc": {
                          "start": {
                            "line": 64,
                            "column": 2
                          },
                          "end": {
                            "line": 64,
                            "column": 8
                          },
                          "identifierName": "scroll"
                        },
                        "name": "scroll"
                      },
                      "arguments": []
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "trailingComments": null
            },
            "leadingComments": null,
            "trailingComments": null
          }
        ],
        "kind": "let",
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Scrolls an element to position\n * @param {HTMLElement} element\n * @param {Number} x The x position\n * @param {Number} y The y position\n * @param {Number} cycles The scroll cycles needed to reach destination\n ",
            "start": 826,
            "end": 1043,
            "loc": {
              "start": {
                "line": 36,
                "column": 0
              },
              "end": {
                "line": 42,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * A library used for scrolling window or an element\n ",
            "start": 1668,
            "end": 1728,
            "loc": {
              "start": {
                "line": 67,
                "column": 0
              },
              "end": {
                "line": 69,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 1729,
        "end": 1872,
        "loc": {
          "start": {
            "line": 70,
            "column": 0
          },
          "end": {
            "line": 76,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "VariableDeclaration",
          "start": 1736,
          "end": 1872,
          "loc": {
            "start": {
              "line": 70,
              "column": 7
            },
            "end": {
              "line": 76,
              "column": 1
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 1740,
              "end": 1872,
              "loc": {
                "start": {
                  "line": 70,
                  "column": 11
                },
                "end": {
                  "line": 76,
                  "column": 1
                }
              },
              "id": {
                "type": "Identifier",
                "start": 1740,
                "end": 1746,
                "loc": {
                  "start": {
                    "line": 70,
                    "column": 11
                  },
                  "end": {
                    "line": 70,
                    "column": 17
                  },
                  "identifierName": "scroll"
                },
                "name": "scroll",
                "leadingComments": null
              },
              "init": {
                "type": "ObjectExpression",
                "start": 1749,
                "end": 1872,
                "loc": {
                  "start": {
                    "line": 70,
                    "column": 20
                  },
                  "end": {
                    "line": 76,
                    "column": 1
                  }
                },
                "properties": [
                  {
                    "type": "ObjectProperty",
                    "start": 1753,
                    "end": 1812,
                    "loc": {
                      "start": {
                        "line": 71,
                        "column": 2
                      },
                      "end": {
                        "line": 73,
                        "column": 3
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 1753,
                      "end": 1764,
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 2
                        },
                        "end": {
                          "line": 71,
                          "column": 13
                        },
                        "identifierName": "scrollToTop"
                      },
                      "name": "scrollToTop"
                    },
                    "value": {
                      "type": "ArrowFunctionExpression",
                      "start": 1766,
                      "end": 1812,
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 15
                        },
                        "end": {
                          "line": 73,
                          "column": 3
                        }
                      },
                      "id": null,
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [
                        {
                          "type": "Identifier",
                          "start": 1768,
                          "end": 1773,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 17
                            },
                            "end": {
                              "line": 71,
                              "column": 22
                            },
                            "identifierName": "speed"
                          },
                          "name": "speed"
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "start": 1779,
                        "end": 1812,
                        "loc": {
                          "start": {
                            "line": 71,
                            "column": 28
                          },
                          "end": {
                            "line": 73,
                            "column": 3
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 1785,
                            "end": 1808,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 4
                              },
                              "end": {
                                "line": 72,
                                "column": 27
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1785,
                              "end": 1808,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 4
                                },
                                "end": {
                                  "line": 72,
                                  "column": 27
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 1785,
                                "end": 1793,
                                "loc": {
                                  "start": {
                                    "line": 72,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 72,
                                    "column": 12
                                  },
                                  "identifierName": "scrollTo"
                                },
                                "name": "scrollTo"
                              },
                              "arguments": [
                                {
                                  "type": "NumericLiteral",
                                  "start": 1795,
                                  "end": 1796,
                                  "loc": {
                                    "start": {
                                      "line": 72,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 72,
                                      "column": 15
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                },
                                {
                                  "type": "NumericLiteral",
                                  "start": 1798,
                                  "end": 1799,
                                  "loc": {
                                    "start": {
                                      "line": 72,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 72,
                                      "column": 18
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                },
                                {
                                  "type": "Identifier",
                                  "start": 1801,
                                  "end": 1806,
                                  "loc": {
                                    "start": {
                                      "line": 72,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 72,
                                      "column": 25
                                    },
                                    "identifierName": "speed"
                                  },
                                  "name": "speed"
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      }
                    }
                  },
                  {
                    "type": "ObjectProperty",
                    "start": 1816,
                    "end": 1848,
                    "loc": {
                      "start": {
                        "line": 74,
                        "column": 2
                      },
                      "end": {
                        "line": 74,
                        "column": 34
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 1816,
                      "end": 1831,
                      "loc": {
                        "start": {
                          "line": 74,
                          "column": 2
                        },
                        "end": {
                          "line": 74,
                          "column": 17
                        },
                        "identifierName": "elementScrollTo"
                      },
                      "name": "elementScrollTo"
                    },
                    "value": {
                      "type": "Identifier",
                      "start": 1833,
                      "end": 1848,
                      "loc": {
                        "start": {
                          "line": 74,
                          "column": 19
                        },
                        "end": {
                          "line": 74,
                          "column": 34
                        },
                        "identifierName": "elementScrollTo"
                      },
                      "name": "elementScrollTo"
                    }
                  },
                  {
                    "type": "ObjectProperty",
                    "start": 1852,
                    "end": 1870,
                    "loc": {
                      "start": {
                        "line": 75,
                        "column": 2
                      },
                      "end": {
                        "line": 75,
                        "column": 20
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 1852,
                      "end": 1860,
                      "loc": {
                        "start": {
                          "line": 75,
                          "column": 2
                        },
                        "end": {
                          "line": 75,
                          "column": 10
                        },
                        "identifierName": "scrollTo"
                      },
                      "name": "scrollTo"
                    },
                    "value": {
                      "type": "Identifier",
                      "start": 1862,
                      "end": 1870,
                      "loc": {
                        "start": {
                          "line": 75,
                          "column": 12
                        },
                        "end": {
                          "line": 75,
                          "column": 20
                        },
                        "identifierName": "scrollTo"
                      },
                      "name": "scrollTo"
                    }
                  }
                ]
              },
              "leadingComments": null
            }
          ],
          "kind": "let",
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * A library used for scrolling window or an element\n ",
              "start": 1668,
              "end": 1728,
              "loc": {
                "start": {
                  "line": 67,
                  "column": 0
                },
                "end": {
                  "line": 69,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": []
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * A library used for scrolling window or an element\n ",
            "start": 1668,
            "end": 1728,
            "loc": {
              "start": {
                "line": 67,
                "column": 0
              },
              "end": {
                "line": 69,
                "column": 3
              }
            }
          }
        ]
      }
    ],
    "directives": [
      {
        "type": "Directive",
        "start": 45,
        "end": 57,
        "loc": {
          "start": {
            "line": 3,
            "column": 0
          },
          "end": {
            "line": 3,
            "column": 12
          }
        },
        "value": {
          "type": "DirectiveLiteral",
          "start": 45,
          "end": 57,
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 3,
              "column": 12
            }
          },
          "value": "use strict",
          "extra": {
            "raw": "'use strict'",
            "rawValue": "use strict"
          },
          "leadingComments": null
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": " globals window, requestAnimationFrame ",
            "start": 0,
            "end": 43,
            "loc": {
              "start": {
                "line": 1,
                "column": 0
              },
              "end": {
                "line": 1,
                "column": 43
              }
            }
          }
        ]
      }
    ]
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": " globals window, requestAnimationFrame ",
      "start": 0,
      "end": 43,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 43
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Scroll window to position\n * @param {Number} x The x position\n * @param {Number} y The y position\n * @param {Number} cycles The scroll cycles needed to reach destination\n ",
      "start": 97,
      "end": 277,
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 12,
          "column": 3
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Default value is instant scroll",
      "start": 405,
      "end": 439,
      "loc": {
        "start": {
          "line": 17,
          "column": 23
        },
        "end": {
          "line": 17,
          "column": 57
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Scrolls an element to position\n * @param {HTMLElement} element\n * @param {Number} x The x position\n * @param {Number} y The y position\n * @param {Number} cycles The scroll cycles needed to reach destination\n ",
      "start": 826,
      "end": 1043,
      "loc": {
        "start": {
          "line": 36,
          "column": 0
        },
        "end": {
          "line": 42,
          "column": 3
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Default value is instant scroll",
      "start": 1193,
      "end": 1227,
      "loc": {
        "start": {
          "line": 46,
          "column": 23
        },
        "end": {
          "line": 46,
          "column": 57
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * A library used for scrolling window or an element\n ",
      "start": 1668,
      "end": 1728,
      "loc": {
        "start": {
          "line": 67,
          "column": 0
        },
        "end": {
          "line": 69,
          "column": 3
        }
      }
    }
  ],
  "tokens": [
    {
      "type": "CommentBlock",
      "value": " globals window, requestAnimationFrame ",
      "start": 0,
      "end": 43,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "use strict",
      "start": 45,
      "end": 57,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 59,
      "end": 65,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 66,
      "end": 67,
      "loc": {
        "start": {
          "line": 5,
          "column": 7
        },
        "end": {
          "line": 5,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "approx",
      "start": 68,
      "end": 74,
      "loc": {
        "start": {
          "line": 5,
          "column": 9
        },
        "end": {
          "line": 5,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 75,
      "end": 76,
      "loc": {
        "start": {
          "line": 5,
          "column": 16
        },
        "end": {
          "line": 5,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 77,
      "end": 81,
      "loc": {
        "start": {
          "line": 5,
          "column": 18
        },
        "end": {
          "line": 5,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./approx.js",
      "start": 82,
      "end": 95,
      "loc": {
        "start": {
          "line": 5,
          "column": 23
        },
        "end": {
          "line": 5,
          "column": 36
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Scroll window to position\n * @param {Number} x The x position\n * @param {Number} y The y position\n * @param {Number} cycles The scroll cycles needed to reach destination\n ",
      "start": 97,
      "end": 277,
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 12,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 278,
      "end": 281,
      "loc": {
        "start": {
          "line": 13,
          "column": 0
        },
        "end": {
          "line": 13,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scrollTo",
      "start": 282,
      "end": 290,
      "loc": {
        "start": {
          "line": 13,
          "column": 4
        },
        "end": {
          "line": 13,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 291,
      "end": 292,
      "loc": {
        "start": {
          "line": 13,
          "column": 13
        },
        "end": {
          "line": 13,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 293,
      "end": 294,
      "loc": {
        "start": {
          "line": 13,
          "column": 15
        },
        "end": {
          "line": 13,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 295,
      "end": 296,
      "loc": {
        "start": {
          "line": 13,
          "column": 17
        },
        "end": {
          "line": 13,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 296,
      "end": 297,
      "loc": {
        "start": {
          "line": 13,
          "column": 18
        },
        "end": {
          "line": 13,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 298,
      "end": 299,
      "loc": {
        "start": {
          "line": 13,
          "column": 20
        },
        "end": {
          "line": 13,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 299,
      "end": 300,
      "loc": {
        "start": {
          "line": 13,
          "column": 21
        },
        "end": {
          "line": 13,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cycles",
      "start": 301,
      "end": 307,
      "loc": {
        "start": {
          "line": 13,
          "column": 23
        },
        "end": {
          "line": 13,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 308,
      "end": 309,
      "loc": {
        "start": {
          "line": 13,
          "column": 30
        },
        "end": {
          "line": 13,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 310,
      "end": 312,
      "loc": {
        "start": {
          "line": 13,
          "column": 32
        },
        "end": {
          "line": 13,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 313,
      "end": 314,
      "loc": {
        "start": {
          "line": 13,
          "column": 35
        },
        "end": {
          "line": 13,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 317,
      "end": 320,
      "loc": {
        "start": {
          "line": 14,
          "column": 2
        },
        "end": {
          "line": 14,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "positionX",
      "start": 321,
      "end": 330,
      "loc": {
        "start": {
          "line": 14,
          "column": 6
        },
        "end": {
          "line": 14,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 331,
      "end": 332,
      "loc": {
        "start": {
          "line": 14,
          "column": 16
        },
        "end": {
          "line": 14,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "window",
      "start": 333,
      "end": 339,
      "loc": {
        "start": {
          "line": 14,
          "column": 18
        },
        "end": {
          "line": 14,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 339,
      "end": 340,
      "loc": {
        "start": {
          "line": 14,
          "column": 24
        },
        "end": {
          "line": 14,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scrollX",
      "start": 340,
      "end": 347,
      "loc": {
        "start": {
          "line": 14,
          "column": 25
        },
        "end": {
          "line": 14,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 350,
      "end": 353,
      "loc": {
        "start": {
          "line": 15,
          "column": 2
        },
        "end": {
          "line": 15,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "positionY",
      "start": 354,
      "end": 363,
      "loc": {
        "start": {
          "line": 15,
          "column": 6
        },
        "end": {
          "line": 15,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 364,
      "end": 365,
      "loc": {
        "start": {
          "line": 15,
          "column": 16
        },
        "end": {
          "line": 15,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "window",
      "start": 366,
      "end": 372,
      "loc": {
        "start": {
          "line": 15,
          "column": 18
        },
        "end": {
          "line": 15,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 372,
      "end": 373,
      "loc": {
        "start": {
          "line": 15,
          "column": 24
        },
        "end": {
          "line": 15,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scrollY",
      "start": 373,
      "end": 380,
      "loc": {
        "start": {
          "line": 15,
          "column": 25
        },
        "end": {
          "line": 15,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cycles",
      "start": 384,
      "end": 390,
      "loc": {
        "start": {
          "line": 17,
          "column": 2
        },
        "end": {
          "line": 17,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 391,
      "end": 392,
      "loc": {
        "start": {
          "line": 17,
          "column": 9
        },
        "end": {
          "line": 17,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cycles",
      "start": 393,
      "end": 399,
      "loc": {
        "start": {
          "line": 17,
          "column": 11
        },
        "end": {
          "line": 17,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 400,
      "end": 402,
      "loc": {
        "start": {
          "line": 17,
          "column": 18
        },
        "end": {
          "line": 17,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 403,
      "end": 404,
      "loc": {
        "start": {
          "line": 17,
          "column": 21
        },
        "end": {
          "line": 17,
          "column": 22
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Default value is instant scroll",
      "start": 405,
      "end": 439,
      "loc": {
        "start": {
          "line": 17,
          "column": 23
        },
        "end": {
          "line": 17,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 443,
      "end": 446,
      "loc": {
        "start": {
          "line": 19,
          "column": 2
        },
        "end": {
          "line": 19,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "speedLeft",
      "start": 447,
      "end": 456,
      "loc": {
        "start": {
          "line": 19,
          "column": 6
        },
        "end": {
          "line": 19,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 457,
      "end": 458,
      "loc": {
        "start": {
          "line": 19,
          "column": 16
        },
        "end": {
          "line": 19,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 459,
      "end": 460,
      "loc": {
        "start": {
          "line": 19,
          "column": 18
        },
        "end": {
          "line": 19,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 461,
      "end": 462,
      "loc": {
        "start": {
          "line": 19,
          "column": 20
        },
        "end": {
          "line": 19,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 463,
      "end": 464,
      "loc": {
        "start": {
          "line": 19,
          "column": 22
        },
        "end": {
          "line": 19,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "positionX",
      "start": 465,
      "end": 474,
      "loc": {
        "start": {
          "line": 19,
          "column": 24
        },
        "end": {
          "line": 19,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 475,
      "end": 476,
      "loc": {
        "start": {
          "line": 19,
          "column": 34
        },
        "end": {
          "line": 19,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 477,
      "end": 478,
      "loc": {
        "start": {
          "line": 19,
          "column": 36
        },
        "end": {
          "line": 19,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cycles",
      "start": 479,
      "end": 485,
      "loc": {
        "start": {
          "line": 19,
          "column": 38
        },
        "end": {
          "line": 19,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 488,
      "end": 491,
      "loc": {
        "start": {
          "line": 20,
          "column": 2
        },
        "end": {
          "line": 20,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "speedTop",
      "start": 492,
      "end": 500,
      "loc": {
        "start": {
          "line": 20,
          "column": 6
        },
        "end": {
          "line": 20,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 501,
      "end": 502,
      "loc": {
        "start": {
          "line": 20,
          "column": 15
        },
        "end": {
          "line": 20,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 503,
      "end": 504,
      "loc": {
        "start": {
          "line": 20,
          "column": 17
        },
        "end": {
          "line": 20,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 505,
      "end": 506,
      "loc": {
        "start": {
          "line": 20,
          "column": 19
        },
        "end": {
          "line": 20,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 507,
      "end": 508,
      "loc": {
        "start": {
          "line": 20,
          "column": 21
        },
        "end": {
          "line": 20,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "positionY",
      "start": 509,
      "end": 518,
      "loc": {
        "start": {
          "line": 20,
          "column": 23
        },
        "end": {
          "line": 20,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 519,
      "end": 520,
      "loc": {
        "start": {
          "line": 20,
          "column": 33
        },
        "end": {
          "line": 20,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 521,
      "end": 522,
      "loc": {
        "start": {
          "line": 20,
          "column": 35
        },
        "end": {
          "line": 20,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cycles",
      "start": 523,
      "end": 529,
      "loc": {
        "start": {
          "line": 20,
          "column": 37
        },
        "end": {
          "line": 20,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 533,
      "end": 536,
      "loc": {
        "start": {
          "line": 22,
          "column": 2
        },
        "end": {
          "line": 22,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scroll",
      "start": 537,
      "end": 543,
      "loc": {
        "start": {
          "line": 22,
          "column": 6
        },
        "end": {
          "line": 22,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 544,
      "end": 545,
      "loc": {
        "start": {
          "line": 22,
          "column": 13
        },
        "end": {
          "line": 22,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 546,
      "end": 547,
      "loc": {
        "start": {
          "line": 22,
          "column": 15
        },
        "end": {
          "line": 22,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 547,
      "end": 548,
      "loc": {
        "start": {
          "line": 22,
          "column": 16
        },
        "end": {
          "line": 22,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 549,
      "end": 551,
      "loc": {
        "start": {
          "line": 22,
          "column": 18
        },
        "end": {
          "line": 22,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 552,
      "end": 553,
      "loc": {
        "start": {
          "line": 22,
          "column": 21
        },
        "end": {
          "line": 22,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cycles",
      "start": 558,
      "end": 564,
      "loc": {
        "start": {
          "line": 23,
          "column": 4
        },
        "end": {
          "line": 23,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "--",
      "start": 564,
      "end": 566,
      "loc": {
        "start": {
          "line": 23,
          "column": 10
        },
        "end": {
          "line": 23,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 571,
      "end": 573,
      "loc": {
        "start": {
          "line": 24,
          "column": 4
        },
        "end": {
          "line": 24,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 574,
      "end": 575,
      "loc": {
        "start": {
          "line": 24,
          "column": 7
        },
        "end": {
          "line": 24,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cycles",
      "start": 576,
      "end": 582,
      "loc": {
        "start": {
          "line": 24,
          "column": 9
        },
        "end": {
          "line": 24,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">=",
      "start": 583,
      "end": 585,
      "loc": {
        "start": {
          "line": 24,
          "column": 16
        },
        "end": {
          "line": 24,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 586,
      "end": 587,
      "loc": {
        "start": {
          "line": 24,
          "column": 19
        },
        "end": {
          "line": 24,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 588,
      "end": 589,
      "loc": {
        "start": {
          "line": 24,
          "column": 21
        },
        "end": {
          "line": 24,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 590,
      "end": 591,
      "loc": {
        "start": {
          "line": 24,
          "column": 23
        },
        "end": {
          "line": 24,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "positionX",
      "start": 598,
      "end": 607,
      "loc": {
        "start": {
          "line": 25,
          "column": 6
        },
        "end": {
          "line": 25,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 608,
      "end": 610,
      "loc": {
        "start": {
          "line": 25,
          "column": 16
        },
        "end": {
          "line": 25,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "speedLeft",
      "start": 611,
      "end": 620,
      "loc": {
        "start": {
          "line": 25,
          "column": 19
        },
        "end": {
          "line": 25,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "positionY",
      "start": 627,
      "end": 636,
      "loc": {
        "start": {
          "line": 26,
          "column": 6
        },
        "end": {
          "line": 26,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 637,
      "end": 639,
      "loc": {
        "start": {
          "line": 26,
          "column": 16
        },
        "end": {
          "line": 26,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "speedTop",
      "start": 640,
      "end": 648,
      "loc": {
        "start": {
          "line": 26,
          "column": 19
        },
        "end": {
          "line": 26,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "window",
      "start": 655,
      "end": 661,
      "loc": {
        "start": {
          "line": 27,
          "column": 6
        },
        "end": {
          "line": 27,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 661,
      "end": 662,
      "loc": {
        "start": {
          "line": 27,
          "column": 12
        },
        "end": {
          "line": 27,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scrollTo",
      "start": 662,
      "end": 670,
      "loc": {
        "start": {
          "line": 27,
          "column": 13
        },
        "end": {
          "line": 27,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 670,
      "end": 671,
      "loc": {
        "start": {
          "line": 27,
          "column": 21
        },
        "end": {
          "line": 27,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "approx",
      "start": 672,
      "end": 678,
      "loc": {
        "start": {
          "line": 27,
          "column": 23
        },
        "end": {
          "line": 27,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 678,
      "end": 679,
      "loc": {
        "start": {
          "line": 27,
          "column": 29
        },
        "end": {
          "line": 27,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "positionX",
      "start": 680,
      "end": 689,
      "loc": {
        "start": {
          "line": 27,
          "column": 31
        },
        "end": {
          "line": 27,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 689,
      "end": 690,
      "loc": {
        "start": {
          "line": 27,
          "column": 40
        },
        "end": {
          "line": 27,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 691,
      "end": 692,
      "loc": {
        "start": {
          "line": 27,
          "column": 42
        },
        "end": {
          "line": 27,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 693,
      "end": 694,
      "loc": {
        "start": {
          "line": 27,
          "column": 44
        },
        "end": {
          "line": 27,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 694,
      "end": 695,
      "loc": {
        "start": {
          "line": 27,
          "column": 45
        },
        "end": {
          "line": 27,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "approx",
      "start": 696,
      "end": 702,
      "loc": {
        "start": {
          "line": 27,
          "column": 47
        },
        "end": {
          "line": 27,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 702,
      "end": 703,
      "loc": {
        "start": {
          "line": 27,
          "column": 53
        },
        "end": {
          "line": 27,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "positionY",
      "start": 704,
      "end": 713,
      "loc": {
        "start": {
          "line": 27,
          "column": 55
        },
        "end": {
          "line": 27,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 713,
      "end": 714,
      "loc": {
        "start": {
          "line": 27,
          "column": 64
        },
        "end": {
          "line": 27,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 715,
      "end": 716,
      "loc": {
        "start": {
          "line": 27,
          "column": 66
        },
        "end": {
          "line": 27,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 717,
      "end": 718,
      "loc": {
        "start": {
          "line": 27,
          "column": 68
        },
        "end": {
          "line": 27,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 719,
      "end": 720,
      "loc": {
        "start": {
          "line": 27,
          "column": 70
        },
        "end": {
          "line": 27,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "requestAnimationFrame",
      "start": 727,
      "end": 748,
      "loc": {
        "start": {
          "line": 28,
          "column": 6
        },
        "end": {
          "line": 28,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 748,
      "end": 749,
      "loc": {
        "start": {
          "line": 28,
          "column": 27
        },
        "end": {
          "line": 28,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scroll",
      "start": 750,
      "end": 756,
      "loc": {
        "start": {
          "line": 28,
          "column": 29
        },
        "end": {
          "line": 28,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 757,
      "end": 758,
      "loc": {
        "start": {
          "line": 28,
          "column": 36
        },
        "end": {
          "line": 28,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 763,
      "end": 764,
      "loc": {
        "start": {
          "line": 29,
          "column": 4
        },
        "end": {
          "line": 29,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 765,
      "end": 769,
      "loc": {
        "start": {
          "line": 29,
          "column": 6
        },
        "end": {
          "line": 29,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 770,
      "end": 771,
      "loc": {
        "start": {
          "line": 29,
          "column": 11
        },
        "end": {
          "line": 29,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "window",
      "start": 778,
      "end": 784,
      "loc": {
        "start": {
          "line": 30,
          "column": 6
        },
        "end": {
          "line": 30,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 784,
      "end": 785,
      "loc": {
        "start": {
          "line": 30,
          "column": 12
        },
        "end": {
          "line": 30,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scrollTo",
      "start": 785,
      "end": 793,
      "loc": {
        "start": {
          "line": 30,
          "column": 13
        },
        "end": {
          "line": 30,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 793,
      "end": 794,
      "loc": {
        "start": {
          "line": 30,
          "column": 21
        },
        "end": {
          "line": 30,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 795,
      "end": 796,
      "loc": {
        "start": {
          "line": 30,
          "column": 23
        },
        "end": {
          "line": 30,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 796,
      "end": 797,
      "loc": {
        "start": {
          "line": 30,
          "column": 24
        },
        "end": {
          "line": 30,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 798,
      "end": 799,
      "loc": {
        "start": {
          "line": 30,
          "column": 26
        },
        "end": {
          "line": 30,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 800,
      "end": 801,
      "loc": {
        "start": {
          "line": 30,
          "column": 28
        },
        "end": {
          "line": 30,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 806,
      "end": 807,
      "loc": {
        "start": {
          "line": 31,
          "column": 4
        },
        "end": {
          "line": 31,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 810,
      "end": 811,
      "loc": {
        "start": {
          "line": 32,
          "column": 2
        },
        "end": {
          "line": 32,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scroll",
      "start": 814,
      "end": 820,
      "loc": {
        "start": {
          "line": 33,
          "column": 2
        },
        "end": {
          "line": 33,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 820,
      "end": 821,
      "loc": {
        "start": {
          "line": 33,
          "column": 8
        },
        "end": {
          "line": 33,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 821,
      "end": 822,
      "loc": {
        "start": {
          "line": 33,
          "column": 9
        },
        "end": {
          "line": 33,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 823,
      "end": 824,
      "loc": {
        "start": {
          "line": 34,
          "column": 0
        },
        "end": {
          "line": 34,
          "column": 1
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Scrolls an element to position\n * @param {HTMLElement} element\n * @param {Number} x The x position\n * @param {Number} y The y position\n * @param {Number} cycles The scroll cycles needed to reach destination\n ",
      "start": 826,
      "end": 1043,
      "loc": {
        "start": {
          "line": 36,
          "column": 0
        },
        "end": {
          "line": 42,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 1044,
      "end": 1047,
      "loc": {
        "start": {
          "line": 43,
          "column": 0
        },
        "end": {
          "line": 43,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "elementScrollTo",
      "start": 1048,
      "end": 1063,
      "loc": {
        "start": {
          "line": 43,
          "column": 4
        },
        "end": {
          "line": 43,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1064,
      "end": 1065,
      "loc": {
        "start": {
          "line": 43,
          "column": 20
        },
        "end": {
          "line": 43,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1066,
      "end": 1067,
      "loc": {
        "start": {
          "line": 43,
          "column": 22
        },
        "end": {
          "line": 43,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 1068,
      "end": 1075,
      "loc": {
        "start": {
          "line": 43,
          "column": 24
        },
        "end": {
          "line": 43,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1075,
      "end": 1076,
      "loc": {
        "start": {
          "line": 43,
          "column": 31
        },
        "end": {
          "line": 43,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 1077,
      "end": 1078,
      "loc": {
        "start": {
          "line": 43,
          "column": 33
        },
        "end": {
          "line": 43,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1078,
      "end": 1079,
      "loc": {
        "start": {
          "line": 43,
          "column": 34
        },
        "end": {
          "line": 43,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 1080,
      "end": 1081,
      "loc": {
        "start": {
          "line": 43,
          "column": 36
        },
        "end": {
          "line": 43,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1081,
      "end": 1082,
      "loc": {
        "start": {
          "line": 43,
          "column": 37
        },
        "end": {
          "line": 43,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cycles",
      "start": 1083,
      "end": 1089,
      "loc": {
        "start": {
          "line": 43,
          "column": 39
        },
        "end": {
          "line": 43,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1090,
      "end": 1091,
      "loc": {
        "start": {
          "line": 43,
          "column": 46
        },
        "end": {
          "line": 43,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1092,
      "end": 1094,
      "loc": {
        "start": {
          "line": 43,
          "column": 48
        },
        "end": {
          "line": 43,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1095,
      "end": 1096,
      "loc": {
        "start": {
          "line": 43,
          "column": 51
        },
        "end": {
          "line": 43,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 1099,
      "end": 1102,
      "loc": {
        "start": {
          "line": 44,
          "column": 2
        },
        "end": {
          "line": 44,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "positionX",
      "start": 1103,
      "end": 1112,
      "loc": {
        "start": {
          "line": 44,
          "column": 6
        },
        "end": {
          "line": 44,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1113,
      "end": 1114,
      "loc": {
        "start": {
          "line": 44,
          "column": 16
        },
        "end": {
          "line": 44,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 1115,
      "end": 1122,
      "loc": {
        "start": {
          "line": 44,
          "column": 18
        },
        "end": {
          "line": 44,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1122,
      "end": 1123,
      "loc": {
        "start": {
          "line": 44,
          "column": 25
        },
        "end": {
          "line": 44,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scrollLeft",
      "start": 1123,
      "end": 1133,
      "loc": {
        "start": {
          "line": 44,
          "column": 26
        },
        "end": {
          "line": 44,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 1136,
      "end": 1139,
      "loc": {
        "start": {
          "line": 45,
          "column": 2
        },
        "end": {
          "line": 45,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "positionY",
      "start": 1140,
      "end": 1149,
      "loc": {
        "start": {
          "line": 45,
          "column": 6
        },
        "end": {
          "line": 45,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1150,
      "end": 1151,
      "loc": {
        "start": {
          "line": 45,
          "column": 16
        },
        "end": {
          "line": 45,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 1152,
      "end": 1159,
      "loc": {
        "start": {
          "line": 45,
          "column": 18
        },
        "end": {
          "line": 45,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1159,
      "end": 1160,
      "loc": {
        "start": {
          "line": 45,
          "column": 25
        },
        "end": {
          "line": 45,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scrollTop",
      "start": 1160,
      "end": 1169,
      "loc": {
        "start": {
          "line": 45,
          "column": 26
        },
        "end": {
          "line": 45,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cycles",
      "start": 1172,
      "end": 1178,
      "loc": {
        "start": {
          "line": 46,
          "column": 2
        },
        "end": {
          "line": 46,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1179,
      "end": 1180,
      "loc": {
        "start": {
          "line": 46,
          "column": 9
        },
        "end": {
          "line": 46,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cycles",
      "start": 1181,
      "end": 1187,
      "loc": {
        "start": {
          "line": 46,
          "column": 11
        },
        "end": {
          "line": 46,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 1188,
      "end": 1190,
      "loc": {
        "start": {
          "line": 46,
          "column": 18
        },
        "end": {
          "line": 46,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 1191,
      "end": 1192,
      "loc": {
        "start": {
          "line": 46,
          "column": 21
        },
        "end": {
          "line": 46,
          "column": 22
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Default value is instant scroll",
      "start": 1193,
      "end": 1227,
      "loc": {
        "start": {
          "line": 46,
          "column": 23
        },
        "end": {
          "line": 46,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 1231,
      "end": 1234,
      "loc": {
        "start": {
          "line": 48,
          "column": 2
        },
        "end": {
          "line": 48,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "speedLeft",
      "start": 1235,
      "end": 1244,
      "loc": {
        "start": {
          "line": 48,
          "column": 6
        },
        "end": {
          "line": 48,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1245,
      "end": 1246,
      "loc": {
        "start": {
          "line": 48,
          "column": 16
        },
        "end": {
          "line": 48,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1247,
      "end": 1248,
      "loc": {
        "start": {
          "line": 48,
          "column": 18
        },
        "end": {
          "line": 48,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 1249,
      "end": 1250,
      "loc": {
        "start": {
          "line": 48,
          "column": 20
        },
        "end": {
          "line": 48,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 1251,
      "end": 1252,
      "loc": {
        "start": {
          "line": 48,
          "column": 22
        },
        "end": {
          "line": 48,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "positionX",
      "start": 1253,
      "end": 1262,
      "loc": {
        "start": {
          "line": 48,
          "column": 24
        },
        "end": {
          "line": 48,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1263,
      "end": 1264,
      "loc": {
        "start": {
          "line": 48,
          "column": 34
        },
        "end": {
          "line": 48,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 1265,
      "end": 1266,
      "loc": {
        "start": {
          "line": 48,
          "column": 36
        },
        "end": {
          "line": 48,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cycles",
      "start": 1267,
      "end": 1273,
      "loc": {
        "start": {
          "line": 48,
          "column": 38
        },
        "end": {
          "line": 48,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 1276,
      "end": 1279,
      "loc": {
        "start": {
          "line": 49,
          "column": 2
        },
        "end": {
          "line": 49,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "speedTop",
      "start": 1280,
      "end": 1288,
      "loc": {
        "start": {
          "line": 49,
          "column": 6
        },
        "end": {
          "line": 49,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1289,
      "end": 1290,
      "loc": {
        "start": {
          "line": 49,
          "column": 15
        },
        "end": {
          "line": 49,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1291,
      "end": 1292,
      "loc": {
        "start": {
          "line": 49,
          "column": 17
        },
        "end": {
          "line": 49,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 1293,
      "end": 1294,
      "loc": {
        "start": {
          "line": 49,
          "column": 19
        },
        "end": {
          "line": 49,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 1295,
      "end": 1296,
      "loc": {
        "start": {
          "line": 49,
          "column": 21
        },
        "end": {
          "line": 49,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "positionY",
      "start": 1297,
      "end": 1306,
      "loc": {
        "start": {
          "line": 49,
          "column": 23
        },
        "end": {
          "line": 49,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1307,
      "end": 1308,
      "loc": {
        "start": {
          "line": 49,
          "column": 33
        },
        "end": {
          "line": 49,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 1309,
      "end": 1310,
      "loc": {
        "start": {
          "line": 49,
          "column": 35
        },
        "end": {
          "line": 49,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cycles",
      "start": 1311,
      "end": 1317,
      "loc": {
        "start": {
          "line": 49,
          "column": 37
        },
        "end": {
          "line": 49,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 1321,
      "end": 1324,
      "loc": {
        "start": {
          "line": 51,
          "column": 2
        },
        "end": {
          "line": 51,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scroll",
      "start": 1325,
      "end": 1331,
      "loc": {
        "start": {
          "line": 51,
          "column": 6
        },
        "end": {
          "line": 51,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1332,
      "end": 1333,
      "loc": {
        "start": {
          "line": 51,
          "column": 13
        },
        "end": {
          "line": 51,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1334,
      "end": 1335,
      "loc": {
        "start": {
          "line": 51,
          "column": 15
        },
        "end": {
          "line": 51,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1335,
      "end": 1336,
      "loc": {
        "start": {
          "line": 51,
          "column": 16
        },
        "end": {
          "line": 51,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1337,
      "end": 1339,
      "loc": {
        "start": {
          "line": 51,
          "column": 18
        },
        "end": {
          "line": 51,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1340,
      "end": 1341,
      "loc": {
        "start": {
          "line": 51,
          "column": 21
        },
        "end": {
          "line": 51,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cycles",
      "start": 1346,
      "end": 1352,
      "loc": {
        "start": {
          "line": 52,
          "column": 4
        },
        "end": {
          "line": 52,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "--",
      "start": 1352,
      "end": 1354,
      "loc": {
        "start": {
          "line": 52,
          "column": 10
        },
        "end": {
          "line": 52,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1359,
      "end": 1361,
      "loc": {
        "start": {
          "line": 53,
          "column": 4
        },
        "end": {
          "line": 53,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1362,
      "end": 1363,
      "loc": {
        "start": {
          "line": 53,
          "column": 7
        },
        "end": {
          "line": 53,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cycles",
      "start": 1364,
      "end": 1370,
      "loc": {
        "start": {
          "line": 53,
          "column": 9
        },
        "end": {
          "line": 53,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">=",
      "start": 1371,
      "end": 1373,
      "loc": {
        "start": {
          "line": 53,
          "column": 16
        },
        "end": {
          "line": 53,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1374,
      "end": 1375,
      "loc": {
        "start": {
          "line": 53,
          "column": 19
        },
        "end": {
          "line": 53,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1376,
      "end": 1377,
      "loc": {
        "start": {
          "line": 53,
          "column": 21
        },
        "end": {
          "line": 53,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1378,
      "end": 1379,
      "loc": {
        "start": {
          "line": 53,
          "column": 23
        },
        "end": {
          "line": 53,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "positionX",
      "start": 1386,
      "end": 1395,
      "loc": {
        "start": {
          "line": 54,
          "column": 6
        },
        "end": {
          "line": 54,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 1396,
      "end": 1398,
      "loc": {
        "start": {
          "line": 54,
          "column": 16
        },
        "end": {
          "line": 54,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "speedLeft",
      "start": 1399,
      "end": 1408,
      "loc": {
        "start": {
          "line": 54,
          "column": 19
        },
        "end": {
          "line": 54,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "positionY",
      "start": 1415,
      "end": 1424,
      "loc": {
        "start": {
          "line": 55,
          "column": 6
        },
        "end": {
          "line": 55,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 1425,
      "end": 1427,
      "loc": {
        "start": {
          "line": 55,
          "column": 16
        },
        "end": {
          "line": 55,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "speedTop",
      "start": 1428,
      "end": 1436,
      "loc": {
        "start": {
          "line": 55,
          "column": 19
        },
        "end": {
          "line": 55,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 1443,
      "end": 1450,
      "loc": {
        "start": {
          "line": 56,
          "column": 6
        },
        "end": {
          "line": 56,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1450,
      "end": 1451,
      "loc": {
        "start": {
          "line": 56,
          "column": 13
        },
        "end": {
          "line": 56,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scrollLeft",
      "start": 1451,
      "end": 1461,
      "loc": {
        "start": {
          "line": 56,
          "column": 14
        },
        "end": {
          "line": 56,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1462,
      "end": 1463,
      "loc": {
        "start": {
          "line": 56,
          "column": 25
        },
        "end": {
          "line": 56,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "approx",
      "start": 1464,
      "end": 1470,
      "loc": {
        "start": {
          "line": 56,
          "column": 27
        },
        "end": {
          "line": 56,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1470,
      "end": 1471,
      "loc": {
        "start": {
          "line": 56,
          "column": 33
        },
        "end": {
          "line": 56,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "positionX",
      "start": 1472,
      "end": 1481,
      "loc": {
        "start": {
          "line": 56,
          "column": 35
        },
        "end": {
          "line": 56,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1481,
      "end": 1482,
      "loc": {
        "start": {
          "line": 56,
          "column": 44
        },
        "end": {
          "line": 56,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1483,
      "end": 1484,
      "loc": {
        "start": {
          "line": 56,
          "column": 46
        },
        "end": {
          "line": 56,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1485,
      "end": 1486,
      "loc": {
        "start": {
          "line": 56,
          "column": 48
        },
        "end": {
          "line": 56,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 1493,
      "end": 1500,
      "loc": {
        "start": {
          "line": 57,
          "column": 6
        },
        "end": {
          "line": 57,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1500,
      "end": 1501,
      "loc": {
        "start": {
          "line": 57,
          "column": 13
        },
        "end": {
          "line": 57,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scrollTop",
      "start": 1501,
      "end": 1510,
      "loc": {
        "start": {
          "line": 57,
          "column": 14
        },
        "end": {
          "line": 57,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1511,
      "end": 1512,
      "loc": {
        "start": {
          "line": 57,
          "column": 24
        },
        "end": {
          "line": 57,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "approx",
      "start": 1513,
      "end": 1519,
      "loc": {
        "start": {
          "line": 57,
          "column": 26
        },
        "end": {
          "line": 57,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1519,
      "end": 1520,
      "loc": {
        "start": {
          "line": 57,
          "column": 32
        },
        "end": {
          "line": 57,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "positionY",
      "start": 1521,
      "end": 1530,
      "loc": {
        "start": {
          "line": 57,
          "column": 34
        },
        "end": {
          "line": 57,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1530,
      "end": 1531,
      "loc": {
        "start": {
          "line": 57,
          "column": 43
        },
        "end": {
          "line": 57,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1532,
      "end": 1533,
      "loc": {
        "start": {
          "line": 57,
          "column": 45
        },
        "end": {
          "line": 57,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1534,
      "end": 1535,
      "loc": {
        "start": {
          "line": 57,
          "column": 47
        },
        "end": {
          "line": 57,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "requestAnimationFrame",
      "start": 1542,
      "end": 1563,
      "loc": {
        "start": {
          "line": 58,
          "column": 6
        },
        "end": {
          "line": 58,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1563,
      "end": 1564,
      "loc": {
        "start": {
          "line": 58,
          "column": 27
        },
        "end": {
          "line": 58,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scroll",
      "start": 1565,
      "end": 1571,
      "loc": {
        "start": {
          "line": 58,
          "column": 29
        },
        "end": {
          "line": 58,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1572,
      "end": 1573,
      "loc": {
        "start": {
          "line": 58,
          "column": 36
        },
        "end": {
          "line": 58,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1578,
      "end": 1579,
      "loc": {
        "start": {
          "line": 59,
          "column": 4
        },
        "end": {
          "line": 59,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 1580,
      "end": 1584,
      "loc": {
        "start": {
          "line": 59,
          "column": 6
        },
        "end": {
          "line": 59,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1585,
      "end": 1586,
      "loc": {
        "start": {
          "line": 59,
          "column": 11
        },
        "end": {
          "line": 59,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 1593,
      "end": 1600,
      "loc": {
        "start": {
          "line": 60,
          "column": 6
        },
        "end": {
          "line": 60,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1600,
      "end": 1601,
      "loc": {
        "start": {
          "line": 60,
          "column": 13
        },
        "end": {
          "line": 60,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scrollLeft",
      "start": 1601,
      "end": 1611,
      "loc": {
        "start": {
          "line": 60,
          "column": 14
        },
        "end": {
          "line": 60,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1612,
      "end": 1613,
      "loc": {
        "start": {
          "line": 60,
          "column": 25
        },
        "end": {
          "line": 60,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 1614,
      "end": 1615,
      "loc": {
        "start": {
          "line": 60,
          "column": 27
        },
        "end": {
          "line": 60,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 1622,
      "end": 1629,
      "loc": {
        "start": {
          "line": 61,
          "column": 6
        },
        "end": {
          "line": 61,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1629,
      "end": 1630,
      "loc": {
        "start": {
          "line": 61,
          "column": 13
        },
        "end": {
          "line": 61,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scrollTop",
      "start": 1630,
      "end": 1639,
      "loc": {
        "start": {
          "line": 61,
          "column": 14
        },
        "end": {
          "line": 61,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1640,
      "end": 1641,
      "loc": {
        "start": {
          "line": 61,
          "column": 24
        },
        "end": {
          "line": 61,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 1642,
      "end": 1643,
      "loc": {
        "start": {
          "line": 61,
          "column": 26
        },
        "end": {
          "line": 61,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1648,
      "end": 1649,
      "loc": {
        "start": {
          "line": 62,
          "column": 4
        },
        "end": {
          "line": 62,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1652,
      "end": 1653,
      "loc": {
        "start": {
          "line": 63,
          "column": 2
        },
        "end": {
          "line": 63,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scroll",
      "start": 1656,
      "end": 1662,
      "loc": {
        "start": {
          "line": 64,
          "column": 2
        },
        "end": {
          "line": 64,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1662,
      "end": 1663,
      "loc": {
        "start": {
          "line": 64,
          "column": 8
        },
        "end": {
          "line": 64,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1663,
      "end": 1664,
      "loc": {
        "start": {
          "line": 64,
          "column": 9
        },
        "end": {
          "line": 64,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1665,
      "end": 1666,
      "loc": {
        "start": {
          "line": 65,
          "column": 0
        },
        "end": {
          "line": 65,
          "column": 1
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * A library used for scrolling window or an element\n ",
      "start": 1668,
      "end": 1728,
      "loc": {
        "start": {
          "line": 67,
          "column": 0
        },
        "end": {
          "line": 69,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "export",
        "keyword": "export",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "export",
      "start": 1729,
      "end": 1735,
      "loc": {
        "start": {
          "line": 70,
          "column": 0
        },
        "end": {
          "line": 70,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 1736,
      "end": 1739,
      "loc": {
        "start": {
          "line": 70,
          "column": 7
        },
        "end": {
          "line": 70,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scroll",
      "start": 1740,
      "end": 1746,
      "loc": {
        "start": {
          "line": 70,
          "column": 11
        },
        "end": {
          "line": 70,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1747,
      "end": 1748,
      "loc": {
        "start": {
          "line": 70,
          "column": 18
        },
        "end": {
          "line": 70,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1749,
      "end": 1750,
      "loc": {
        "start": {
          "line": 70,
          "column": 20
        },
        "end": {
          "line": 70,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scrollToTop",
      "start": 1753,
      "end": 1764,
      "loc": {
        "start": {
          "line": 71,
          "column": 2
        },
        "end": {
          "line": 71,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1764,
      "end": 1765,
      "loc": {
        "start": {
          "line": 71,
          "column": 13
        },
        "end": {
          "line": 71,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1766,
      "end": 1767,
      "loc": {
        "start": {
          "line": 71,
          "column": 15
        },
        "end": {
          "line": 71,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "speed",
      "start": 1768,
      "end": 1773,
      "loc": {
        "start": {
          "line": 71,
          "column": 17
        },
        "end": {
          "line": 71,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1774,
      "end": 1775,
      "loc": {
        "start": {
          "line": 71,
          "column": 23
        },
        "end": {
          "line": 71,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1776,
      "end": 1778,
      "loc": {
        "start": {
          "line": 71,
          "column": 25
        },
        "end": {
          "line": 71,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1779,
      "end": 1780,
      "loc": {
        "start": {
          "line": 71,
          "column": 28
        },
        "end": {
          "line": 71,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scrollTo",
      "start": 1785,
      "end": 1793,
      "loc": {
        "start": {
          "line": 72,
          "column": 4
        },
        "end": {
          "line": 72,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1793,
      "end": 1794,
      "loc": {
        "start": {
          "line": 72,
          "column": 12
        },
        "end": {
          "line": 72,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1795,
      "end": 1796,
      "loc": {
        "start": {
          "line": 72,
          "column": 14
        },
        "end": {
          "line": 72,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1796,
      "end": 1797,
      "loc": {
        "start": {
          "line": 72,
          "column": 15
        },
        "end": {
          "line": 72,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1798,
      "end": 1799,
      "loc": {
        "start": {
          "line": 72,
          "column": 17
        },
        "end": {
          "line": 72,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1799,
      "end": 1800,
      "loc": {
        "start": {
          "line": 72,
          "column": 18
        },
        "end": {
          "line": 72,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "speed",
      "start": 1801,
      "end": 1806,
      "loc": {
        "start": {
          "line": 72,
          "column": 20
        },
        "end": {
          "line": 72,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1807,
      "end": 1808,
      "loc": {
        "start": {
          "line": 72,
          "column": 26
        },
        "end": {
          "line": 72,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1811,
      "end": 1812,
      "loc": {
        "start": {
          "line": 73,
          "column": 2
        },
        "end": {
          "line": 73,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1812,
      "end": 1813,
      "loc": {
        "start": {
          "line": 73,
          "column": 3
        },
        "end": {
          "line": 73,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "elementScrollTo",
      "start": 1816,
      "end": 1831,
      "loc": {
        "start": {
          "line": 74,
          "column": 2
        },
        "end": {
          "line": 74,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1831,
      "end": 1832,
      "loc": {
        "start": {
          "line": 74,
          "column": 17
        },
        "end": {
          "line": 74,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "elementScrollTo",
      "start": 1833,
      "end": 1848,
      "loc": {
        "start": {
          "line": 74,
          "column": 19
        },
        "end": {
          "line": 74,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1848,
      "end": 1849,
      "loc": {
        "start": {
          "line": 74,
          "column": 34
        },
        "end": {
          "line": 74,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scrollTo",
      "start": 1852,
      "end": 1860,
      "loc": {
        "start": {
          "line": 75,
          "column": 2
        },
        "end": {
          "line": 75,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1860,
      "end": 1861,
      "loc": {
        "start": {
          "line": 75,
          "column": 10
        },
        "end": {
          "line": 75,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scrollTo",
      "start": 1862,
      "end": 1870,
      "loc": {
        "start": {
          "line": 75,
          "column": 12
        },
        "end": {
          "line": 75,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1871,
      "end": 1872,
      "loc": {
        "start": {
          "line": 76,
          "column": 0
        },
        "end": {
          "line": 76,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1873,
      "end": 1873,
      "loc": {
        "start": {
          "line": 77,
          "column": 0
        },
        "end": {
          "line": 77,
          "column": 0
        }
      }
    }
  ]
}