Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix animate property is not effect when reference changed #2383

Open
wants to merge 2 commits into
base: dev/1.4
Choose a base branch
from

feat: opt code

d3232d6
Select commit
Loading
Failed to load commit list.
Open

Fix animate property is not effect when reference changed #2383

feat: opt code
d3232d6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 8, 2024 in 0s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Annotations

Check warning on line 248 in packages/core/src/animation/AnimationClip.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/animation/AnimationClip.ts#L248

Added line #L248 was not covered by tests

Check warning on line 87 in packages/core/src/animation/AnimationClipCurveBinding.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/animation/AnimationClipCurveBinding.ts#L87

Added line #L87 was not covered by tests

Check warning on line 446 in packages/core/src/animation/Animator.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/animation/Animator.ts#L446

Added line #L446 was not covered by tests

Check warning on line 22 in packages/core/src/animation/animationCurve/AnimationFloatArrayCurve.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/animation/animationCurve/AnimationFloatArrayCurve.ts#L22

Added line #L22 was not covered by tests

Check warning on line 33 in packages/core/src/animation/animationCurve/AnimationFloatArrayCurve.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/animation/animationCurve/AnimationFloatArrayCurve.ts#L33

Added line #L33 was not covered by tests

Check warning on line 26 in packages/core/src/animation/internal/AnimationPropertyReference.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/animation/internal/AnimationPropertyReference.ts#L24-L26

Added lines #L24 - L26 were not covered by tests

Check warning on line 53 in packages/core/src/animation/internal/AnimationPropertyReference.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/animation/internal/AnimationPropertyReference.ts#L53

Added line #L53 was not covered by tests

Check warning on line 85 in packages/core/src/animation/internal/AnimationPropertyReference.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/animation/internal/AnimationPropertyReference.ts#L85

Added line #L85 was not covered by tests

Check warning on line 103 in packages/core/src/animation/internal/AnimationPropertyReference.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/animation/internal/AnimationPropertyReference.ts#L103

Added line #L103 was not covered by tests

Check warning on line 109 in packages/core/src/animation/internal/AnimationPropertyReference.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/animation/internal/AnimationPropertyReference.ts#L107-L109

Added lines #L107 - L109 were not covered by tests

Check warning on line 113 in packages/core/src/animation/internal/AnimationPropertyReference.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/animation/internal/AnimationPropertyReference.ts#L113

Added line #L113 was not covered by tests

Check warning on line 115 in packages/core/src/animation/internal/AnimationPropertyReference.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/animation/internal/AnimationPropertyReference.ts#L115

Added line #L115 was not covered by tests

Check warning on line 119 in packages/core/src/animation/internal/AnimationPropertyReference.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/animation/internal/AnimationPropertyReference.ts#L117-L119

Added lines #L117 - L119 were not covered by tests

Check warning on line 123 in packages/core/src/animation/internal/AnimationPropertyReference.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/animation/internal/AnimationPropertyReference.ts#L123

Added line #L123 was not covered by tests

Check warning on line 125 in packages/core/src/animation/internal/AnimationPropertyReference.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/animation/internal/AnimationPropertyReference.ts#L125

Added line #L125 was not covered by tests

Check warning on line 127 in packages/core/src/animation/internal/AnimationPropertyReference.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/animation/internal/AnimationPropertyReference.ts#L127

Added line #L127 was not covered by tests

Check warning on line 129 in packages/core/src/animation/internal/AnimationPropertyReference.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/animation/internal/AnimationPropertyReference.ts#L129

Added line #L129 was not covered by tests

Check warning on line 132 in packages/core/src/animation/internal/AnimationPropertyReference.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/animation/internal/AnimationPropertyReference.ts#L131-L132

Added lines #L131 - L132 were not covered by tests

Check warning on line 147 in packages/core/src/animation/internal/AnimationPropertyReference.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/animation/internal/AnimationPropertyReference.ts#L145-L147

Added lines #L145 - L147 were not covered by tests

Check warning on line 151 in packages/core/src/animation/internal/AnimationPropertyReference.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/animation/internal/AnimationPropertyReference.ts#L151

Added line #L151 was not covered by tests

Check warning on line 153 in packages/core/src/animation/internal/AnimationPropertyReference.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/animation/internal/AnimationPropertyReference.ts#L153

Added line #L153 was not covered by tests

Check warning on line 157 in packages/core/src/animation/internal/AnimationPropertyReference.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/animation/internal/AnimationPropertyReference.ts#L155-L157

Added lines #L155 - L157 were not covered by tests

Check warning on line 161 in packages/core/src/animation/internal/AnimationPropertyReference.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/animation/internal/AnimationPropertyReference.ts#L161

Added line #L161 was not covered by tests

Check warning on line 163 in packages/core/src/animation/internal/AnimationPropertyReference.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/animation/internal/AnimationPropertyReference.ts#L163

Added line #L163 was not covered by tests

Check warning on line 166 in packages/core/src/animation/internal/AnimationPropertyReference.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/animation/internal/AnimationPropertyReference.ts#L165-L166

Added lines #L165 - L166 were not covered by tests