# extendify/3.0.6/src/Agent/workflows/theme/tools/update-animation.js

Extendify, version 3.0.6. 5 lines.

- Page: https://pluginprobe.com/plugins/extendify/3.0.6/code/src/Agent/workflows/theme/tools/update-animation.js
- Raw: https://pluginprobe.com/plugins/extendify/3.0.6/raw/src/Agent/workflows/theme/tools/update-animation.js
- Modified: 2026-02-26T23:48:52+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/extendify/3.0.6/code/src/Agent/workflows/theme/tools/update-animation.js#L10-L20`.

```javascript
import { updateOption } from '@agent/lib/wp';

export default ({ type, speed }) =>
	updateOption('extendify_animation_settings', { type, speed });

```
