Joe Germuska
d5eac6f315
Merge pull request #732 from KLVN/patch-1
...
Updated German Translations
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
Heather Billings
500e3aae61
Release 2.35.2
10 years ago
Heather Billings
424dc10c99
fix timeline half-width bug
10 years ago
Joe Germuska
b04706830d
Release 2.35.1
10 years ago
Joe Germuska
a29a74c2c1
whackamole with JS dates. Closes #719
10 years ago
Joe Germuska
38d11a3cf8
Release 2.35.0
10 years ago
Joe Germuska
221b39ce7b
initialize date differently. closes #718
10 years ago
Joe Germuska
35b2325425
Release 2.34.1
10 years ago
Joe Germuska
9d9812bdef
Merge pull request #710 from NUKnightLab/fix-706-regression
...
Fixes regression introduced in #706
10 years ago
Joe Germuska
6be03b0522
Merge pull request #709 from atomantic/retina_loading
...
adding 56x56 loading@2x.gif
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
Adam Eivy
589b3b8068
adding 56x56 loading@2x.gif
10 years ago
thejordan
02fadb21cd
support url update
...
updated from google group to zendesk request url
10 years ago
Joe Germuska
b6023f0e40
Release 2.34.0
10 years ago
Joe Germuska
bc9e99f462
update CHANGELOG for 2.34.0
10 years ago
Joe Germuska
39e8ec299d
Merge branch 'master' of github.com:NUKnightLab/TimelineJS
10 years ago
Joe Germuska
aa0346a4a1
fix version for uglifyjs (re #707 )
10 years ago
Joe Germuska
02c09cb0b7
Merge pull request #706 from Threespot/master
...
Remove HTTPS URL rewriting for older IE.
10 years ago
Joe Germuska
5fb123fb36
add staging bucket
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
9f7434ab48
try to build for less analytics on 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
Fokko Driesprong
a537b75396
Added the Frisian language.
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
Joe Germuska
d680a40dd0
change name for bc dates
10 years ago
Joe Germuska
e121e47dd1
ridiculous monkeying around Timeline's own jquery loading so that links to FAQ entries go to them
10 years ago
Maciej Rzepiński
914a282b9d
Update Polish locale
...
Full translation of `Timeline` and correct version of transaltion (better way!) :)
10 years ago
Ryan
614ca01b53
Fixed broken example links
...
Fixed Akira's world. Need replacement for History of Electronic and Dance music
10 years ago
Joe Germuska
97787a3fcf
unique-ify FAQ id. Closes #687
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
Chris Adams
ad02378182
LESS: fix control positioning on RTL pages
...
Currently the next and previous controls will overlap when embedded on an RTL page. This commit makes the controls usable but doesn’t start the larger project of flipping the various left/right classes applied to .nav-next / .nav-previous elements or updating the JavaScript to use “left” or “right” based on whether the timeline is embedded in a dir=rtl or dir=ltr element.
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
Joe Germuska
80599f216b
fix link to WP plugin
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
Ryan
155395cb2d
Fixed broken example links
...
Still need to fix Akira Toriyama's World, History of Electronic & Club Dance Music
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
279dab4da3
fix explanation of how to look at examples. Supersedes/closes #671
10 years ago
Joe Germuska
4b6dbf6ff4
Merge branch 'master' of github.com:NUKnightLab/TimelineJS
10 years ago
Joe Germuska
b74c74f401
integrate changes from git issue. closes #568
10 years ago