Utilty functions for animation module.
- Source:
Methods
-
<static> getTargetAndKey(context, fullPath)
-
Get the real target and its property key from
a root context and full path of the target property.Parameters:
Name Type Description contextobject Root context that contains the target
fullPathstring Full path of the target property
- Source:
Returns:
[target, key] or undefined if no property matches
- Type
- array