-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timeline reverse mode #177
base: master
Are you sure you want to change the base?
Conversation
Change start page to the latest date when starting at end.
See examples/example_reverse_json.html
Hey, very nice I need the same thing :) But I tryed the example, and it seems like the displaying order is not on the right place, Thank you ! ( I only tryed on Ubuntu's google chrome ) Edit : But when I zoom in/out it goes on the right place. |
I also used Ubuntu (11.10) and Chrome (19.0.1084.52), but I didn't have this problem... |
Yes every time on reload : http://img12.imageshack.us/img12/4609/capturedu20120724192210.png I got chrome 18.0.1025.162 / Ubuntu 12.04 Same thing on ff : http://img9.imageshack.us/img9/9451/capturedu20120724193439.png Weird, when I change the zoom level it goes right. May be it's my display resolution ?! |
Really weird... I also test on Firefox without any problem... |
Reviewed and tested. You can see this reverse timeline setup here : http://e-rockford.com/kodywalsh/ Thanks for your contribution xndcn!!! I should say also that xndcn's addition does not implement the newer canary method for initialization, which is frustrating because I have a use case for it... |
Mr xndcn: THANK YOU VERY MUCH S |
Mr marrastian, |
Thank you very much!!! 2013/1/25 xndcn notifications@github.com
|
Actually this would be the solution to my ticket #331 @zachwise will this ever be merged in the core? |
Any plans for merging this or providing the same feature another way? |
Hi! I'm really amazed by your project! I have spent days & nights reading your codes.
I think it will be fantastic if I use it in blog to show daily life (think about Facebook Timeline).
However it would be kind of strange because the newest date is at right... although there is a option start_at_end.
So I add a reverse mode for it. Here is an example: http://xndcn.github.com/Timeline/index.html
It seems work well.
Besides, I also noticed there is a issue #24(Reversing Timeline Order) about it.
I wish you would add the reverse mode. Thank you!
P.S. Sorry but I don't know how to build the timeline-min.js... I just modify the timeline.js