silikonserious.blogg.se

Flipclock countdown example
Flipclock countdown example












flipclock countdown example
  1. FLIPCLOCK COUNTDOWN EXAMPLE INSTALL
  2. FLIPCLOCK COUNTDOWN EXAMPLE GENERATOR

FLIPCLOCK COUNTDOWN EXAMPLE INSTALL

(Feature) Published to NPM and can be installed with npm install flipclock.(Bug Fix) Fixed a typo in the definition of the (unused by default) method getWeeks.(Bug Fix) Fixed typo in the definition of getWeeks, preventing its usage.(Bug Fix) Merge pull request #156 from laureanoendeiza/patch-1.(Bug Fix) Merge pull request #150 from charlesbaynham/Fix-modulus-for-getWeeks.Updated face.js, the "factory" was not being passed into the constructor, instead a typo was "factor". (Bug Fix) Fixed constructor bug passing "factory".(Bug Fix) Merge pull request #160 from rustygreen/patch-1.(Example) Added new interval callback example.(Bug Fix) Recompiled build and version.(Bug Fix) Fixed a Grunt compiling error and had to repackage the release (again).(Examples) Updated example to match all the new code changes.(Bug Fix) Removed leaky abstractions in FlipClock.Face.(Bug Fix) Removed leaky abstractions in FlipClock.List.(Bug Fix) Removed leaky abstractions in FlipClock.Time.(Bug Fix) Removed leaky abstractions in FlipClock.Timer.

flipclock countdown example

(API) Renamed Twenty Four Hour Clock source file.(API) Added new event handling to all application objects instead of using callbacks in properties.

flipclock countdown example

  • (API) Added FlipClock.Divider class to handle the dividers instead of using strings and jQuery.
  • (API) Added new EnglishAlphaFace to handle alphabetical clocks.
  • (API) Added new FlipClock.Event classes to facilitate event handling.
  • No longer passing the object to child classes as a property
  • (API) Drastically simplified the FlipClock.Factory object.
  • (API) Added new FlipClock.ListItem class handle all the list items instead of using jQuery and strings.
  • (API) Added FlipClock.NumericList for numeric based clocks.
  • (API) Added FlipClock.Translator classes to provide an abstraction for translating strings in FlipClock.
  • FLIPCLOCK COUNTDOWN EXAMPLE GENERATOR

    (API) Added new Flipclock.Uuid generator classes which is used for "cid", a unique id assigned to all objects created by FlipClock.This update is a major refactor and contains a few breaking API changes.














    Flipclock countdown example