Module: engine/anime/utils

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
context object

Root context that contains the target

fullPath string

Full path of the target property

Source:
Returns:

[target, key] or undefined if no property matches

Type
array