[
  {
    "tags": [],
    "description": {
      "full": "",
      "summary": "",
      "body": ""
    },
    "isPrivate": false,
    "isConstructor": false,
    "line": 1,
    "codeStart": null,
    "code": "export function registerAnimations(cfg) {\n\n  cfg.registerEffect(\"wipeIn\", {\n    defaultDuration : 2000,\n    calls           : [\n      [\n        {\n          backgroundColor : '#a2a2a2',\n          translateX      : [0, '100%']\n        }, .5\n      ], [\n        {\n          backgroundColor : '#ffffff',\n        }, .5\n      ]\n    ]\n  });\n\n  cfg.registerEffect(\"wipeOut\", {\n    defaultDuration : 2000,\n    calls           : [\n      [\n        {\n          backgroundColor : '#660066',\n          translateX      : ['100%', 0]\n        }, .5\n      ]\n    ]\n  });\n}",
    "ctx": {
      "type": "function",
      "name": "registerAnimations",
      "string": "registerAnimations()"
    }
  }
]