storm-wall
Version:
Interactive animating content wall
15 lines • 387 B
JavaScript
/**
* @name storm-wall: Interactive animating content wall
* @version 1.2.4: Tue, 09 Apr 2019 08:27:53 GMT
* @author stormid
* @license MIT
*/
export const CONSTANTS = {
ERRORS: {
ROOT: 'Wall cannot be initialised, no trigger elements found',
ITEM: 'Wall item cannot be found',
TRIGGER: 'Wall trigger cannot be found'
},
KEYCODES: [13, 32],
EVENTS: ['click', 'keydown']
};