0.0.3 • Published 6 years ago

livetile v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

LiveTile.js

Creating live tile effects on web elements.

Requirements

  • On any div element, it can be set as a LiveTile element
  • A LiveTile element contains a title and list of texts
  • List of texts take turns to be shown in the LiveTile once every specified seconds
  • CSS for styling the div element

TODO

  • Clean up src/js and src/css which are generated from ts & scss files
  • Remove dist folder from source control
  • Switch to rollup as bundler?
  • Animate transition between text changes
  • Create tests
  • Run tests
  • Pause animation on browser switching to other tab

Install

npm install --save livetile

or

yarn add livetile

Demo

See https://kenrick95.org/

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago