This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"stations":[ | |
{ | |
"station_code":"BR01", | |
"station_name_tw":"動物園", | |
"station_name_en":"Taipei Zoo", | |
"line_code":"BR", | |
"line_name":"文湖線", | |
"coordinates":[ | |
24.998197, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>HTML5 Server-Sent Events Client Example</title> | |
</head> | |
<body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Based on https://github.com/AndrewRayCode/easing-utils | |
Demo on http://andrewraycode.github.io/easing-utils/gh-pages/ | |
Javascript Easing Functions | |
All values are from 0 to 1 | |
*/ | |
// No easing, no acceleration |