# Updating a published animation
Replace a Framer player when its Workspace source changes.

Workspace is the reviewable source of truth, but an inserted Framer component does not automatically move to a new Workspace version.

## Review the new source

1. Open the updated file in the plugin Workspace.
2. Compare it with the animation currently published in Framer.
3. Confirm the child animation, theme IDs, state-machine IDs, dimensions, and background expectations.
4. Preview the updated file before changing the page.

## Replace the page instance

The safest workflow is to keep the existing component until the replacement is ready:

1. Insert the updated animation near the existing component.
2. Match the Framer layout and breakpoint settings.
3. Reapply playback, light/dark theme, and state-machine choices.
4. Preview both components, then remove the old one.
5. Publish and verify the live URL.

{/* [screenshot:F22] Capture the old and updated components side by side in Framer, then the updated component on the published page. */}

Do not assume that identical file names mean identical runtime settings. Theme and state-machine identifiers can change between versions.

## Related

- [Workspace](/en/integrations/framer/03_workspace)
- [Configuring the player](/en/integrations/framer/05_insert-and-publish/configuring-the-player)
