Source: constants.js

// General constants
define(function() {
  'use strict';
  
  /**
   * @exports lyria/constants 
   */
  
  return {
    animSpeed: 300
  };
}); 
DocStrap Copyright © 2012-2013 The contributors to the JSDoc3 and DocStrap projects.
Documentation generated by JSDoc 3.2.2 on Sun Jan 26 2014 20:12:44 GMT+0100 (MEZ) using the DocStrap template.