Created
October 18, 2018 09:52
-
-
Save daybrush/8f84884be880f24be896e8aac2e33efd to your computer and use it in GitHub Desktop.
use rollup to merge modules.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var TRANSFORM = "trasnform"; | |
var ANIMATION = "animation"; | |
var DIRECTION_LEFT = 1; | |
var ALTERNATE_REVERSE = "alternate-reverse"; | |
TRASNFORM; | |
ANIMATION; | |
DIRECTION_LEFT; | |
ALTERNATE_REVERSE; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment