Please provide functionality for globally defined transforms. The idea is to basically template animations through transforms. Here are the general points: 1. Be able to define a global transform (e.g. Map Transform). 2. Be able to reference this global transform in bindings (instead of making a new transform for every binding) 3. Be able to modify global transforms after they have been defined and referenced for updating animations quickly.