Change Sticker Properties

Modify an existing sticker overlay's appearance, content, or animation. Shallow-merges styles_patch into overlay.styles.

How It Works

Use to edit an existing sticker on the timeline. STICKER TYPES: - Premium SVG (100 built-in, content prefixed "premium:") — IDs match their name in kebab-case (e.g. "subscribe button" → premium:subscribe-button). Categories: Social, Reactions, Arrows, Badges, Bubbles, Decorative, Emoji, Info. - GIPHY (animated, content prefixed "giphy:") — use any GIPHY sticker ID, requires src URL. EDITABLE FIELDS: styles_patch: scale (0.1-3, default 1), opacity (0-1, default 1), fill (#hex, SVG only), stroke (#hex, SVG only), strokeWidth (0-10, SVG only), animation ({enter: "fade"|"bounce"|"pop"|"spin"|"shake"|"float"}). content: swap sticker identity ("premium:{id}" or "giphy:{id}"). src: GIPHY stickers need a transparent GIF/WebP URL. category: Social|Reactions|Arrows|Badges|Bubbles|Decorative|Emoji|Info|Search. rotation: 0-360 degrees (top-level field, not in styles_patch).

Specifications

Category
Overlays
Execution
instant
Credit Cost
Free
Overlay Types
sticker
Tags
edit, sticker

Example Prompts

make the sticker bigger
change sticker opacity to 50%
make the sticker bounce
change the sticker color to red
swap the sticker to a thumbs up

Required Parameters

overlay_id (integer)
ID of the sticker overlay to modify

Optional Parameters

styles_patch (object)
Partial sticker styles to shallow-merge (scale, opacity, fill, stroke, strokeWidth, animation)
content (string)
New sticker content ID (e.g. 'premium:subscribe-button' or 'giphy:abc123')
src (string)
New source URL (GIPHY stickers only)
category (string)
Sticker category
rotation (number)
Rotation in degrees (0-360)

Use Cases for Overlays

Add lower-thirds and name titles for YouTube interviews
Layer data visualizations over B-roll for corporate presentations
Place map overlays on travel vlogs to show locations

How to Get Started with Change Sticker Properties

1.Open any project in the 6trim editor or create a new one.
2.Type a prompt in the AI assistant — for example: "make the sticker bigger".
3.The Change Sticker Properties result appears as a sticker overlay on your timeline. Drag to reposition or resize.

Frequently Asked Questions

Try Change Sticker Properties Free

Type a prompt or use the toolbar. No download required.

Use Change Sticker Properties

More Overlays Tools

Add Overlay
Add a new overlay of any type to the timeline at a specified position. For data visualizations (charts, graphs, KPIs), use add_data_viz instead. For cinematic templates (including intros), use add_cinematic_template or insert_cinematic_as_intro instead.
Insert Cinematic as Intro
Insert any cinematic template at frame 0, shifting all existing overlays forward. Same 37 templates as add_cinematic_template but with intro behavior.
Add Cinematic Template
Add a cinematic template overlay at the playhead. 37 templates across 4 categories (framework, creative FX, newspaper/editorial, social) with media slots, color grading, transitions, and VFX.
Add Data Visualization
Add a data visualization chart overlay at the playhead. 11 chart types across 7 categories with full data customization, theming, and animation.
Change Chart Properties
Modify data, titles, or styling of an existing chart overlay. Shallow-merges props_patch into overlay.props.