0.0.36 • Published 6 years ago

werner-rotator-player v0.0.36

Weekly downloads
4
License
ISC
Repository
-
Last release
6 years ago

Werner's Rotator Player

Tumult's Hype embeded player using Werner's convention. This project didn't aimed for public user.

Installation:

In your project's root run this command

npm install --save werner-rotator-player

Usage:

import { playSlide } from 'werner-rotator-player';
import configs from './slideConfigs.json'; // Normally we'll load this from a service or api instead..

const playerContainer = document.getElementById('sliderContainer');
playSlide(playerContainer, configs);

Bower support:

This library also available in Bower by

bower install --save werner-rotator-player

Emembed the bundled-for-web javascript file in our html will expose a global variable WernerPlayer, which could be use like this in our page:

WernerPlayer.playSide(element, configs);

References

https://tympanus.net/Development/NavigationIndicators/

0.0.36

6 years ago

0.0.35

6 years ago

0.0.34

6 years ago

0.0.33

6 years ago

0.0.32

6 years ago

0.0.31

6 years ago

0.0.30

6 years ago

0.0.29

6 years ago

0.0.28

6 years ago

0.0.27

6 years ago

0.0.26

7 years ago

0.0.25

7 years ago

0.0.24

7 years ago

0.0.23

7 years ago

0.0.22

7 years ago

0.0.21

7 years ago

0.0.20

7 years ago

0.0.19

7 years ago

0.0.18

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.1

7 years ago