// General constants define(function() { 'use strict'; /** * @exports lyria/constants */ return { animSpeed: 300 }; });