Skip to content
This repository has been archived by the owner on Jul 5, 2019. It is now read-only.

kenrick95/livetile.js

Repository files navigation

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/

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published