diff --git a/core/core.js b/core/core.js index 04c05d15..298f4e9b 100644 --- a/core/core.js +++ b/core/core.js @@ -728,7 +728,7 @@ exports.addProperty = function(proto, type, name, defaultValue) { complete() } else { storage.interpolatedValue = convert(animation.interpolate(dst, src, t)) - storage.callOnChanged(self, name, storage.getCurrentValue(getDefaultValue(this)), src) + storage.callOnChanged(self, name, storage.getCurrentValue(getDefaultValue(self)), src) storage.frameRequest = backend.requestAnimationFrame(nextFrame) } })