http://ln.hixie.ch/?start=1037910467&count=1
http://ln.hixie.ch/?start=1137740632&count=1
| var beziers = { | |
| easeInQuad: '.55,.085,.68,.53', | |
| easeInCubic: '.55,.055,.675,.19', | |
| easeInQuart: '.895,.03,.685,.22', | |
| easeInQuint: '.755,.05,.855,.06', | |
| easeInSine: '.47,0,.745,.715', | |
| easeInExpo: '.95,.05,.795,.035', | |
| easeInCirc: '.6,.04,.98, .335', | |
| easeInBack: '.6,-.28,.735,.045', | |
| easeOutQuad: '.25,.46,.45,.94', |
| <!doctype html> | |
| <html lang="en-us"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Orientation Test</title> | |
| <style> | |
| body { text-align: center; } | |
| @media all and (orientation:portrait) { | |
| body { font-size: 35em; margin-top: .3em; } | |
| } |
| <html> | |
| <head> | |
| <title>I'm learning</title> | |
| <link rel="stylesheet" href="http://code.leafletjs.com/leaflet-0.3.1/leaflet.css" /> | |
| <script src="http://code.leafletjs.com/leaflet-0.3.1/leaflet.js"></script> | |
| <script src="http://zeptojs.com/zepto.js" type="text/javascript"></script> | |
| <script src="map.js" type="text/javascript"></script> | |
| <style> | |
| body {margin: 0; padding: 0; text-align: center;} | |
| #button { -webkit-transition: -webkit-transform 3s ease-in; box-shadow: 0 0 25px #EFEF4D; margin: auto; margin-top: 15px; padding: 3px 6px; height: 20px; width: 200px;} |
| (function($) { | |
| // Used by dateinput | |
| $.expr = {':': {}}; | |
| // Used by bootstrap | |
| $.support = {}; | |
| // Used by dateinput | |
| $.fn.clone = function(){ | |
| var ret = $(); |
| /* | |
| * L.TileLayer.LocalCache : A tile layer using SQL Storage, if available. | |
| */ | |
| L.TileLayer.LocalCache = L.TileLayer.extend({ | |
| options: { | |
| minZoom: 0, | |
| maxZoom: 18, | |
| tileSize: 256, | |
| subdomains: 'abc', |
| citiesCallback({ "%C3%9Cr%C3%BCmqi" : { "city" : "%C3%9Cr%C3%BCmqi", | |
| "lat" : 43.799999999999997, | |
| "lon" : -86.417000000000002, | |
| "wikipedia" : "%C3%9Cr%C3%BCmqi" | |
| }, | |
| "%C4%B0zmir" : { "city" : "%C4%B0zmir", | |
| "lat" : 38.433, | |
| "lon" : -26.850000000000001, | |
| "wikipedia" : "%C4%B0zmir" | |
| }, |