Parent issue: #6665
If a prop value is computed (e.g. opacity={frame / durationInFrames} or volume={Math.sin(frame)}) rather than a static literal, the timeline editor may not be able to update it via source code transformation. We need to test this case and ensure the UI either handles it correctly (e.g. marking it as non-editable) or shows an appropriate message.
Parent issue: #6665
If a prop value is computed (e.g.
opacity={frame / durationInFrames}orvolume={Math.sin(frame)}) rather than a static literal, the timeline editor may not be able to update it via source code transformation. We need to test this case and ensure the UI either handles it correctly (e.g. marking it as non-editable) or shows an appropriate message.