Yahoo Search Búsqueda en la Web

Resultado de búsqueda

  1. timeline.knightlab.comTimeline JS

    Timeline JS is a free, easy-to-use tool for telling stories in a timeline format.

    • Overriding Timeline's Styles

      The text of the flag. Set color and font family here. Note...

    • JSON Format

      Either human or cosmological.If no scale is specified, the...

    • Options

      May be one of a list of Timeline's "built-in" font sets, or...

    • Overview
    • Document history with TimelineJS
    • Add it to your site
    • Config Options
    • File Formats
    • Media
    • Best practices
    • License

    Therefore, GitHub issues and pull requests have been disabled.

    Knight Lab has created a new version at https://github.com/NUKnightLab/TimelineJS3 . The new library should work with existing Google Spreadsheets, but not existing TimelineJS JSON files. The new version of TimelineJS requires a new JSON format, and there is no direct conversion tool, although it should not be too complicated to manually or programatically convert an old JSON file.

    Knight Lab will continue to serve this version of Timeline from

    •https://cdn.knightlab.com/libs/timeline/latest/js/timeline-min.js

    •https://cdn.knightlab.com/libs/timeline/latest/js/timeline.js

    •https://cdn.knightlab.com/libs/timeline/latest/css/timeline.css

    There are lots of timeline tools on the web but they are almost all either hard on the eyes or hard to use. Create timelines that are at the same time beautiful and intuitive for users

    TimelineJS is great for pulling in media from different sources. Just throw in a link from Twitter, YouTube, Flickr, Vimeo, Google Maps or SoundCloud and TimelineJS will format it to fit perfectly. More media types will be supported in the future.

    Using Inline (easiest)

    Place the embed code where you want the timeline to show in the of your site. See Config Options for a full list of what you can set in the config.

    Using a method (advanced)

    You could also initialize a new timeline using the createStoryJS method after storyjs-embed.js has been loaded Here's a simple example:

    Loading the files

    If you like, you may load TimelineJS from the KnightLab's CDN. The examples above demonstrate how to do this using story-embed.js, which is the simplest way to set up a Timeline of your own. If for some reason you need more fine-grained control over your timeline, load the javascript and CSS files separately. We recommend that you load them from our CDN. If you need to serve copies of the files from your own server, use the entire contents of the "/build/" directory of our GitHub repository. If you use a local copy of story-embed.js it should automatically load the other Timeline resources from your server.

    Source

    source Should be either the path to the JSON resource to load, or a JavaScript object corresponding to the Timeline model. Here is an example using a data object: If source is a string, we will try to automatically recognize resources that are Twitter searches, Google Spreadsheets or Storify stories. Failing that, we assume the source is either JSON or JSONP. If string matches on .jsonp, we will treat it as JSONP, otherwise, we will append ?callback=onJSONP_Data. See more details below.

    Language

    lang Localization default is en English Languages available: •af Afrikaans •ar Arabic •hy Armenian •eu Basque •be Belarusian •bg Bulgarian •ca Catalan •zh-cn Chinese •hr Croatian / Hrvatski •cz Czech •da Danish •nl Dutch •en English •en-24hr English (24-hour time) •eo Esperanto •et Estonian •fo Faroese •fa Farsi •fi Finnish •fr French •fy Frisian •gl Galician •ka Georgian •de German / Deutsch •el Greek •he Hebrew •hi Hindi •hu Hungarian •is Icelandic •id Indonesian •ga Irish •it Italian •ja Japanese •ko Korean •lv Latvian •lt Lithuanian •lb Luxembourgish •ms Malay •ne Nepali •no Norwegian •pl Polish •pt Portuguese •pt-br Portuguese (Brazilian) •ro Romanian •rm Romansh •ru Russian •sr-cy Serbian - Cyrillic •sr Serbian - Latin •si Sinhalese •sk Slovak •sl Slovenian •es Spanish •sv Swedish •tl Tagalog •ta Tamil •zh-tw Taiwanese •te Telugu •th Thai •tr Turkish •uk Ukrainian Help us add more. Grab a copy of a language file and replace it with your language Example language file and find your language's two letter code here ###Start at End start_at_end set to true to start the timeline on the last date. default is false ###Start at Slide start_at_slide You can tell TimelineJS to start at a specific slide number default is 0 ###Start Zoom Adjust start_zoom_adjust This will tweak the default zoom level. Equivalent to pressing the zoom in or zoom out button the specified number of times. Negative numbers zoom out. default is 0 ###Hash Bookmark hash_bookmark set to true to allow bookmarking slides using the hash tag default is false ###Debug debug Will log events etc to the console. default is false ###Map Style Types Due to recent changes to the Google Maps API, you need a API Key in order to use custom map types. gmap_key: required in order to use maptype maptype: •Stamen Maps •toner •toner-lines •toner-labels •watercolor •sterrain •Google Maps •ROADMAP •TERRAIN •HYBRID •SATELLITE •OpenStreetMap •osm ###Font Options font: •AbrilFatface-Average Abril Fatface & Average •Arvo-PTSans Arvo & PT Sans •Bevan-PotanoSans Bevan & Potano Sans •BreeSerif-OpenSans Bree Serif & Open Sans •DroidSerif-DroidSans Droid Serif & Droid Sans •Georgia-Helvetica Georgia & Helvetica Neue •Lekton-Molengo Lekton & Molengo •Merriweather-NewsCycle Merriweather & News Cycle •NewsCycle-Merriweather News Cycle & Merriweather •NixieOne-Ledger Nixie One & Ledger •Pacifico-Arimo Pacifico & Arimo •PlayfairDisplay-Muli Playfair Display & Muli •PoiretOne-Molengo Poiret One & Molengo •PTSerif-PTSans PT Serif & PT Sans •PT PT Sans & PT Narrow & PT Serif •Rancho-Gudea Rancho & Gudea •SansitaOne-Kameron Sansita One & Kameron •Or make your own ####Font Combination Preview:

    JSON:

    JSON is the native data format for TimelineJS. Remember, JSON is picky. A misplaced comma or quotation mark can prevent the timeline from loading properly. Here is the full model:

    JSONP :

    Timeline can use a variation of JSONP to allow you to easily load data across different domains. To allow this to happen, the file must end with the extension .jsonp Here is the full model:

    Google Docs:

    If you don’t want to mess with JSON, fire up Google Docs and build your timeline in a spreadsheet. It’s as simple as dropping a date, text, and links into the appropriate columns in TimelineJS’s template. You can find the template here: TimelineJS Google Spreadsheet Template There are only a couple things you need to know in order to create a timeline using Google Docs: 1.Make the spreadsheet public: Google Docs are automatically set to private but the spreadsheet must be public. 1.Publish to the Web Under the File menu, select “Publish to the Web.” 1.Copy/paste the Web URL into your TimelineJS HTML file After you publish the spreadsheet, Google Docs will generate a link to the file. Copy the link for the Web Page option (as opposed to PDF, HTML, XLS, etc.), then paste it into the timeline’s HTML file (see Add it to your site )

    Included in the zip file is a kitchen sink example. This timeline shows how to incorporate the different media types from different services like Twitter, YouTube, Flickr, Instagram, TwitPic, Wikipedia, Dailymotion, SoundCloud and Vimeo.

    Just copy and paste the address of the media from the browser bar into the media parameter. TimelineJS will auto-magically pull in the media via their api and format it.

    Tips and tricks to best utilize TimelineJS

    1.Keep it light - don’t get bogged down by text or other elements

    2.Pick stories that have a strong chronological narrative. It does not work well for stories that need to jump around in the timeline.

    3.Include events that build up to major occurrences, not just the major events.

    This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

  2. timeline.knightlab.com › docsTimeline JS

    TimelineJS is an open-source tool that enables anyone to build visually rich, interactive timelines. Beginners can create a timeline using nothing more than a Google spreadsheet. Experts can use their JSON skills to create custom installations while keeping TimelineJS's core functionality.

  3. TimelineJS es una herramienta gratuita de código abierto que permite crear líneas de tiempo interactivas y ricas visualmente de manera sencilla e intuitiva.

  4. Overview. TimelineJS is a tool designed to help people with minimal technical skill tell rich, dynamic stories on the web. Most people will create timelines using the official authoring tool and embed their creations using a snip of HTML code offered at the end of that process.

  5. 18 de oct. de 2018 · TimelineJS 3 is an open source storytelling tool that anyone can use to create visually rich, interactive timelines to post on their websites. To get started, simply click “Make a Timeline” on the homepage and follow the easy step-by-step instructions. TimelineJS was developed at Northwestern University’s KnightLab in Evanston ...

  1. Anuncio

    relacionado con: timeline js
  2. Browse thousands of brands and find deals on Timeline Js at Temu®, Shop Now. Enjoy Timeline Js of Temu's best price, superior quality & full range of services.

    Cell Phones & Accessories - From $0.99 - Ver más artículos
  1. Búsquedas relacionadas con timeline js

    timeline js gratis
    timeline js3
    línea de tiempo timeline js
  1. Otras búsquedas realizadas