Joe Germuska
19aa1b8e0a
Revert "Always use CSS transitions when available"
...
This reverts commit 2d925f8fa0
.
10 years ago
Joe Germuska
c6197210d8
Revert "Use the slow jQuery path to animate scrollTop"
...
This reverts commit 5f71cf63ce
.
10 years ago
Joe Germuska
31fccd351b
Revert "Fix VMM.Library.prop and VMM.Library.attribute"
...
This reverts commit facd6fa7db
.
10 years ago
Joe Germuska
46fb960d80
Revert "VMM.Library.animate(): don’t churn object copies"
...
This reverts commit 5c4edc9502
.
10 years ago
Joe Germuska
f4765cbe43
Revert "placeholder for future optimization"
...
This reverts commit cadd757469
.
10 years ago
Joe Germuska
7933906681
Revert "Allow Chrome to optimize for…in loop in animate()"
...
This reverts commit cabe8f42e6
.
10 years ago
Joe Germuska
77d726e806
fix regression introduced in a211265133
breaking auto-linking
10 years ago
Joe Germuska
fa5dccbf3c
resolve some quirks in tile subdomains
10 years ago
Joe Germuska
43dc671b05
put fy.js in correct location ( #705 )
10 years ago
Luke Rague
ad9e9f8a7e
found this buried the forum
10 years ago
Joe Germuska
9e753b3ab7
address mismatch between domain names for Stamen map tiles ssl/non-ssl ( #758 )
10 years ago
Charlie DeTar
f0ce1f66d9
Use stamen's SSL url when served under https:
10 years ago
Charlie DeTar
f0602dcc30
Fix stray capital I in VMM.Timeline.Min.js
...
``source/js/VMM.TImeline.Min.js`` is named with a capital I in TIme.
Since the file is referenced with a lowercase i in ``config.json``, this
causes the build to fail on case-sensitive filenames.
Rename the file with a lowercase i.
10 years ago
rootseire
1dac10e9a7
Create ga.js
10 years ago
Joe Germuska
e1191f0c9c
Newer Google spreadsheets published to web don't have an 'od6' worksheet, but changing that to '1' works with new and old.
10 years ago
Joe Germuska
aa33a812f9
fix Wikipédia accent
10 years ago
U-RUV\sigurdurg
2ca2bc697d
updating 'is' date formats to the icelandic standard
10 years ago
Ahwan Kumar
0134cfca91
Add Hindi Language Support
...
Add support for Hindi Language spoken by 366 M people.
10 years ago
Kelvin
2088a6d078
Added Translation
10 years ago
Joe Germuska
830ef1058b
adjust 'color' for youtubeTheme. #722
10 years ago
Joe Germuska
d072c079d1
Move 'Swipe to Navigate' to a i18n message, closes #733
10 years ago
Kelvin
519af96207
Added/Updated Translations
10 years ago
Joe Germuska
a211265133
better email regex #721
10 years ago
Igor Timoshenkov
a1fde8125a
Options for YouTube player
...
Add a config option to change player style for dark.
Example:
// create timeline
timeline = createStoryJS({
type: 'timeline',
embed_id: 'timeline',
debug: false,
youtubeTheme: "dark",
source: { ... }
});
10 years ago
Joe Germuska
a29a74c2c1
whackamole with JS dates. Closes #719
10 years ago
Joe Germuska
221b39ce7b
initialize date differently. closes #718
10 years ago
Joe Germuska
0fba8fb9bd
attempt to fix regression introduced in #706 : IE doesn't like loading https JSON for http pages
10 years ago
Chris Davis
6bde88dc92
Remove HTTPS URL rewriting for older IE.
...
This code was breaking loading data over HTTPS in IE9/10. Issue noticed loading data from Google Doc URL with Timeline.js under HTTPS.
10 years ago
Joe Germuska
6528bbd41a
don't do analytics on https
10 years ago
Joe Germuska
eea88334dd
remove URL protocol rewriting. Closes #704
10 years ago
Joe Germuska
50b2e6cb0b
check to make sure that every slide has a start date, so that people get a clear warning if the spreadsheet header has been changed.
10 years ago
Maciej Rzepiński
914a282b9d
Update Polish locale
...
Full translation of `Timeline` and correct version of transaltion (better way!) :)
10 years ago
sipp11
7a0112c947
edit th.js
10 years ago
Chris Adams
cabe8f42e6
Allow Chrome to optimize for…in loop in animate()
...
Making this a local variable allows Chrome to optimize the
loop, which is called frequently while scrolling
10 years ago
Chris Adams
cadd757469
placeholder for future optimization
10 years ago
Joe Germuska
50df972940
fix jquery version check, again. (should accept jquery 2, although TimelineJS has not been tested with jquery 2) cf. #551
10 years ago
Chris Adams
5c4edc9502
VMM.Library.animate(): don’t churn object copies
...
This avoids declaring an object unless we didn’t receive one
10 years ago
Chris Adams
facd6fa7db
Fix VMM.Library.prop and VMM.Library.attribute
...
prop() previously had a version check for jQuery’s prop()
function which failed, causing it to never return values for
e.g. scrollHeight.
attribute() previously always hit the setter path because it
didn’t check for value being undefined so it always called
jQuery using the two argument form.
10 years ago
Chris Adams
5f71cf63ce
Use the slow jQuery path to animate scrollTop
...
This might be worth either splitting animate() into one for DOM
properties and one for pure-CSS or replacing the scrollTop animation
with something like margin or, better yet, transform.
10 years ago
Chris Adams
2d925f8fa0
Always use CSS transitions when available
...
This makes a huge difference in perceptual animation quality
from ~10-20 FPS on a 1.7Ghz Core i7 to 60FPS in Chrome, Safari, Firefox,
IE11.
10 years ago
Chris Adams
92b6d7bfd2
Sort tags for consistent display
...
This ensures that the tag list will be consistent rather
than based on the browser’s internal hash implementation. It
also allows a custom override function to be configured when
simple alphabetic sorting is not sufficient.
Closes #342
Closes #505
10 years ago
1492sen
ce4ab721f9
Update zh-tw.js
...
should use traditional week character
10 years ago
1492sen
364ec62e4b
Update zh-tw.js
...
most taiwanese prefer numerical month date format instead chinese characters, same as zh-cn.
current zh-tw only display month in chinese character
http://cdn.knightlab.com/libs/timeline/latest/embed/index.html?source=0AlHbrYHut1HUdGNNamt6QzdDeFFyMXVFRmtsUmp4TFE&font=Bevan-PotanoSans&maptype=toner&lang=zh-tw&height=650
10 years ago
Joe Germuska
b74c74f401
integrate changes from git issue. closes #568
10 years ago
Joe Germuska
df49ab3e86
attempt to integrate changes from #440
10 years ago
nimashahbazi90
c96dfb4262
Update fa.js
11 years ago
Darcy W. Christ
4e8da083ae
Update zh-cn.js
...
I've converted the chinese characters for the numeric month back to numbers, as it is more consistent with the way the date is shown, with the numeric year and numeric day.
11 years ago
Joe Germuska
3ab755a1b8
don't use return from split, which is an array, which should really have meant someone found this broken before now... (cf. ZenDesk no. 402)
11 years ago
Joe Germuska
4ca046914d
try to parse new google maps urls. Still don't know how to decode data parameter. see #638
11 years ago
Joe Germuska
bed5780380
parse new format Google spreadsheet URLs correctly. Closes #597
11 years ago