background preloader

Librairies JavaScript

Facebook Twitter

15+ jQuery Timeline Plugin with Example. Dynamic Timeline : jQuery Responsive Time Line Plugin A JQuery plugin that allows you to create horizontal and vertical time lines to show off a portfolio or chronological and visually pleasing events!

15+ jQuery Timeline Plugin with Example

Timesheet.js : JavaScript library to create HTML time sheets Visualize your data and events with sexy HTML5 and CSS3. Create simple time sheets with sneaky JavaScript. Timeline documentation. Overview The Timeline is an interactive visualization chart to visualize data in time.

timeline documentation

The data items can take place on a single date, or have a start and end date (a range). You can freely move and zoom in the timeline by dragging and scrolling in the Timeline. Items can be created, edited, and deleted in the timeline. Timeline. jQuery Plugin/Widget. Timeglider JS is a zooming, panning data-driven timeline widget written in Javascript.

jQuery Plugin/Widget

This widget is the core of our our timeline authoring and publishing app, and can be integrated into any HTML application environment. Timelines can be zoomed by dragging the vertical slider at right: up for zooming in (less time shown) and down for zooming out (more time shown). The mousewheel also works as a zoom controller. Any white area on the "stage" of the timeline can be dragged left and right, as can the blue "ruler" which marks out different units of time. Clicking on an event brings up a small modal window with a description and links if any are provided in the data. Timeglider works well on iOS and Android touch devices; Windows Surface devices are still problematic. Click here for a "kitchen sink" demo, demonstrating a number of public methods. Laboratorio de ideas web.

Dando vida al tiempo / Giving life to time Selecciona tu idioma / Select your language: This simple plugin helps you to give more life to the boring timelines.

Laboratorio de ideas web

Supports horizontal and vertical layouts, and you can specify parameters for most attributes: speed, transparency, etc. Last stable version: 0.9.6 Configuration: Include the jQuery library and this plugin: Inicialize-it with the default parameters: $(function(){ $().timelinr();}); Or configure it as preferred: HTML markup must be as follows: <div id="timeline"><ul id="dates"><li><a href="#">date1</a></li><li><a href="#">date2</a></li></ul><ul id="issues"><li id="date1"><p>Lorem ipsum.

Icon designed by Sebastián Cortés Changelog: Este sencillo plugin ayuda a que le des más vida y estilo a las aburridas líneas de tiempo. Última versión estable: 0.9.6 Configuración: Incluye la librería jQuery y luego este plugin: Inicialízalo con los parámetros por defecto: O customízalos: El marcado HTML debe ser de la siguiente forma: TimelineSetter. TimelineSetter creates beautiful timelines.

TimelineSetter

It is a command-line utility that takes a specially-structured CSV file as input and outputs standards-compliant HTML/CSS/JavaScript. It supports any span of time from minutes to years, and supports multiple parallel event series in a single timeline. It can handle custom descriptions and even arbitrary HTML in each event “card.” It creates fluid embeds that will look great at any width. TimelineSetter “bakes out” timelines, ready for uploading directly into your CMS, Amazon S3, or however you typically serve static files. TimelineSetter source on Github. Assorted Docs and Samples TimelineSetter Ruby source documentationtimeline-setter.js annotated sourceA TimelineSetter demo using Twitter data How it Works The project is broken into two parts: a Ruby package (along with a binary) for generating the assets, and the HTML, CSS and JavaScript for the timeline itself.

Dependencies Installation Install TimelineSetter through RubyGems on Unix-like OSes: Vertical Timeline. Today's resource is an easy to customize, responsive timeline.

Vertical Timeline

We used some CSS3 tricks and a bit of jQuery to create some bounce animations that affect desktop users only, while on mobile the structure is more minimal. Browser support ie Chrome Firefox Safari Opera 9+ We all are quite familiar with vertical timelines: all instant messaging applications use them. A current trend in web design is to use a similar structure, but to show a process rather than a sequence of events. That is why timeline-like structures are often used for the “How it works” page. The inspiration for this nugget came from the Zurb University page.

Timemap - Javascript library to help use a SIMILE timeline with online maps including Google, OpenLayers, and Bing. Timemap.js is a Javascript library to help use online maps, including Google, OpenLayers, and Bing, with a SIMILE timeline.

timemap - Javascript library to help use a SIMILE timeline with online maps including Google, OpenLayers, and Bing.

The library allows you to load one or more datasets in JSON, KML, or GeoRSS onto both a map and a timeline simultaneously. By default, only items in the visible range of the timeline are displayed on the map. Version 2.0.1 Now Up! Version 2.0.1 is primarily a maintenance release, fixing a number of small bugs and cleaning up a few things that weren't quite right in v.2.0. Anyone using v.2.0 should probably upgrade to v.2.0.1, as it is more stable and includes very few changes other than bug fixes and new unit tests.