@editframe/create 0.44.0 → 0.45.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +16 -28
- package/dist/index.js.map +1 -1
- package/dist/skills/editframe-brand-video-generator/README.md +155 -0
- package/dist/skills/editframe-brand-video-generator/SKILL.md +207 -0
- package/dist/skills/editframe-brand-video-generator/references/brand-examples.md +178 -0
- package/dist/skills/editframe-brand-video-generator/references/color-psychology.md +227 -0
- package/dist/skills/editframe-brand-video-generator/references/composition-patterns.md +383 -0
- package/dist/skills/editframe-brand-video-generator/references/editing.md +66 -0
- package/dist/skills/editframe-brand-video-generator/references/emotional-arcs.md +496 -0
- package/dist/skills/editframe-brand-video-generator/references/genre-selection.md +135 -0
- package/dist/skills/editframe-brand-video-generator/references/transition-styles.md +611 -0
- package/dist/skills/editframe-brand-video-generator/references/typography-personalities.md +326 -0
- package/dist/skills/editframe-brand-video-generator/references/video-archetypes.md +86 -0
- package/dist/skills/editframe-brand-video-generator/references/video-fundamentals.md +169 -0
- package/dist/skills/editframe-brand-video-generator/references/visual-metaphors.md +50 -0
- package/dist/skills/editframe-composition/SKILL.md +169 -0
- package/dist/skills/editframe-composition/references/audio.md +483 -0
- package/dist/skills/editframe-composition/references/captions.md +844 -0
- package/dist/skills/editframe-composition/references/composition-model.md +73 -0
- package/dist/skills/editframe-composition/references/configuration.md +403 -0
- package/dist/skills/editframe-composition/references/css-parts.md +105 -0
- package/dist/skills/editframe-composition/references/css-variables.md +640 -0
- package/dist/skills/editframe-composition/references/entry-points.md +810 -0
- package/dist/skills/editframe-composition/references/events.md +499 -0
- package/dist/skills/editframe-composition/references/getting-started.md +259 -0
- package/dist/skills/editframe-composition/references/hooks.md +234 -0
- package/dist/skills/editframe-composition/references/image.md +241 -0
- package/dist/skills/editframe-composition/references/r3f.md +580 -0
- package/dist/skills/editframe-composition/references/render-api.md +484 -0
- package/dist/skills/editframe-composition/references/render-strategies.md +119 -0
- package/dist/skills/editframe-composition/references/render-to-video.md +1101 -0
- package/dist/skills/editframe-composition/references/scripting.md +606 -0
- package/dist/skills/editframe-composition/references/sequencing.md +116 -0
- package/dist/skills/editframe-composition/references/server-rendering.md +753 -0
- package/dist/skills/editframe-composition/references/surface.md +329 -0
- package/dist/skills/editframe-composition/references/text.md +627 -0
- package/dist/skills/editframe-composition/references/time-model.md +99 -0
- package/dist/skills/editframe-composition/references/timegroup-modes.md +102 -0
- package/dist/skills/editframe-composition/references/timegroup.md +457 -0
- package/dist/skills/editframe-composition/references/timeline-root.md +398 -0
- package/dist/skills/editframe-composition/references/transcription.md +47 -0
- package/dist/skills/editframe-composition/references/transitions.md +608 -0
- package/dist/skills/editframe-composition/references/use-media-info.md +357 -0
- package/dist/skills/editframe-composition/references/video.md +506 -0
- package/dist/skills/editframe-composition/references/waveform.md +327 -0
- package/dist/skills/editframe-editor-gui/SKILL.md +152 -0
- package/dist/skills/editframe-editor-gui/references/active-root-temporal.md +657 -0
- package/dist/skills/editframe-editor-gui/references/canvas.md +947 -0
- package/dist/skills/editframe-editor-gui/references/controls.md +366 -0
- package/dist/skills/editframe-editor-gui/references/dial.md +756 -0
- package/dist/skills/editframe-editor-gui/references/editor-toolkit.md +587 -0
- package/dist/skills/editframe-editor-gui/references/filmstrip.md +460 -0
- package/dist/skills/editframe-editor-gui/references/fit-scale.md +772 -0
- package/dist/skills/editframe-editor-gui/references/focus-overlay.md +561 -0
- package/dist/skills/editframe-editor-gui/references/hierarchy.md +544 -0
- package/dist/skills/editframe-editor-gui/references/overlay-item.md +634 -0
- package/dist/skills/editframe-editor-gui/references/overlay-layer.md +429 -0
- package/dist/skills/editframe-editor-gui/references/pan-zoom.md +568 -0
- package/dist/skills/editframe-editor-gui/references/pause.md +397 -0
- package/dist/skills/editframe-editor-gui/references/play.md +370 -0
- package/dist/skills/editframe-editor-gui/references/preview.md +391 -0
- package/dist/skills/editframe-editor-gui/references/resizable-box.md +749 -0
- package/dist/skills/editframe-editor-gui/references/scrubber.md +588 -0
- package/dist/skills/editframe-editor-gui/references/thumbnail-strip.md +566 -0
- package/dist/skills/editframe-editor-gui/references/time-display.md +492 -0
- package/dist/skills/editframe-editor-gui/references/timeline-ruler.md +489 -0
- package/dist/skills/editframe-editor-gui/references/timeline.md +604 -0
- package/dist/skills/editframe-editor-gui/references/toggle-loop.md +618 -0
- package/dist/skills/editframe-editor-gui/references/toggle-play.md +526 -0
- package/dist/skills/editframe-editor-gui/references/transform-handles.md +924 -0
- package/dist/skills/editframe-editor-gui/references/trim-handles.md +725 -0
- package/dist/skills/editframe-editor-gui/references/workbench.md +453 -0
- package/dist/skills/editframe-motion-design/SKILL.md +101 -0
- package/dist/skills/editframe-motion-design/references/0-editframe.md +299 -0
- package/dist/skills/editframe-motion-design/references/1-intent.md +201 -0
- package/dist/skills/editframe-motion-design/references/2-physics-model.md +405 -0
- package/dist/skills/editframe-motion-design/references/3-attention.md +350 -0
- package/dist/skills/editframe-motion-design/references/4-process.md +418 -0
- package/dist/skills/editframe-vite-plugin/SKILL.md +75 -0
- package/dist/skills/editframe-vite-plugin/references/file-api.md +111 -0
- package/dist/skills/editframe-vite-plugin/references/getting-started.md +96 -0
- package/dist/skills/editframe-vite-plugin/references/jit-transcoding.md +91 -0
- package/dist/skills/editframe-vite-plugin/references/local-assets.md +75 -0
- package/dist/skills/editframe-vite-plugin/references/visual-testing.md +136 -0
- package/dist/skills/editframe-webhooks/SKILL.md +126 -0
- package/dist/skills/editframe-webhooks/references/events.md +382 -0
- package/dist/skills/editframe-webhooks/references/getting-started.md +232 -0
- package/dist/skills/editframe-webhooks/references/security.md +418 -0
- package/dist/skills/editframe-webhooks/references/testing.md +409 -0
- package/dist/skills/editframe-webhooks/references/troubleshooting.md +457 -0
- package/dist/templates/html/AGENTS.md +13 -0
- package/dist/templates/react/AGENTS.md +13 -0
- package/dist/utils.js +15 -16
- package/dist/utils.js.map +1 -1
- package/package.json +1 -1
- package/tsdown.config.ts +4 -0
- package/dist/detectAgent.js +0 -89
- package/dist/detectAgent.js.map +0 -1
|
@@ -0,0 +1,611 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Transition Styles
|
|
3
|
+
description: Types of video transitions — cut, dissolve, wipe, and motion — their emotional impact, and when to apply each.
|
|
4
|
+
type: reference
|
|
5
|
+
order: 4
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Transition Styles
|
|
9
|
+
|
|
10
|
+
Types of transitions, their emotional impact, and when to use them in video.
|
|
11
|
+
|
|
12
|
+
## Why Transitions Matter
|
|
13
|
+
|
|
14
|
+
Transitions are not just technical necessities - they:
|
|
15
|
+
- **Guide attention**: Direct viewer's eye to what's next
|
|
16
|
+
- **Set pacing**: Control the rhythm and energy
|
|
17
|
+
- **Create meaning**: Suggest relationships between scenes
|
|
18
|
+
- **Express brand**: Reflect personality and style
|
|
19
|
+
|
|
20
|
+
The wrong transition can break immersion; the right one enhances the story.
|
|
21
|
+
|
|
22
|
+
## Transition Categories
|
|
23
|
+
|
|
24
|
+
### Cut (No Transition)
|
|
25
|
+
|
|
26
|
+
**Description**: Instant change from one shot to another
|
|
27
|
+
**Duration**: 0s (immediate)
|
|
28
|
+
**Emotional impact**: Direct, urgent, energetic, modern
|
|
29
|
+
**Cognitive load**: Low (brain processes easily)
|
|
30
|
+
|
|
31
|
+
**When to use**:
|
|
32
|
+
- Fast-paced content
|
|
33
|
+
- Related scenes in same context
|
|
34
|
+
- Modern, energetic brands
|
|
35
|
+
- Social media content
|
|
36
|
+
- When you want invisible editing
|
|
37
|
+
|
|
38
|
+
**When to avoid**:
|
|
39
|
+
- Slow, contemplative content
|
|
40
|
+
- Dramatic scene changes
|
|
41
|
+
- Luxury/premium brands (can feel cheap)
|
|
42
|
+
- When viewer needs time to process
|
|
43
|
+
|
|
44
|
+
**Brand personalities**: Bold, modern, energetic, direct, youthful
|
|
45
|
+
|
|
46
|
+
**Example usage**:
|
|
47
|
+
```
|
|
48
|
+
Scene 1: Product feature A (3s)
|
|
49
|
+
[CUT]
|
|
50
|
+
Scene 2: Product feature B (3s)
|
|
51
|
+
[CUT]
|
|
52
|
+
Scene 3: Product feature C (3s)
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
---
|
|
56
|
+
|
|
57
|
+
### Fade
|
|
58
|
+
|
|
59
|
+
#### Fade to Black
|
|
60
|
+
**Description**: Scene gradually darkens to black, then next scene fades in
|
|
61
|
+
**Duration**: 0.5-2s
|
|
62
|
+
**Emotional impact**: Dramatic, final, chapter-ending, contemplative
|
|
63
|
+
**Cognitive load**: Medium (signals major shift)
|
|
64
|
+
|
|
65
|
+
**When to use**:
|
|
66
|
+
- End of major section
|
|
67
|
+
- Significant time passage
|
|
68
|
+
- Dramatic emphasis
|
|
69
|
+
- Before title cards
|
|
70
|
+
- Emotional moments that need space
|
|
71
|
+
|
|
72
|
+
**When to avoid**:
|
|
73
|
+
- Between related scenes
|
|
74
|
+
- Fast-paced content
|
|
75
|
+
- When momentum needs to continue
|
|
76
|
+
|
|
77
|
+
**Brand personalities**: Dramatic, cinematic, serious, traditional
|
|
78
|
+
|
|
79
|
+
#### Fade to White
|
|
80
|
+
**Description**: Scene gradually brightens to white, then next scene fades in
|
|
81
|
+
**Duration**: 0.5-1.5s
|
|
82
|
+
**Emotional impact**: Hopeful, clean, dreamy, ethereal, fresh start
|
|
83
|
+
**Cognitive load**: Medium
|
|
84
|
+
|
|
85
|
+
**When to use**:
|
|
86
|
+
- Transitions to positive outcomes
|
|
87
|
+
- Dream sequences or aspirational content
|
|
88
|
+
- Clean, minimal brands
|
|
89
|
+
- Healthcare, wellness content
|
|
90
|
+
- "New beginning" moments
|
|
91
|
+
|
|
92
|
+
**When to avoid**:
|
|
93
|
+
- Dark, serious content
|
|
94
|
+
- Dramatic moments
|
|
95
|
+
- When you need weight/gravity
|
|
96
|
+
|
|
97
|
+
**Brand personalities**: Clean, hopeful, minimal, wellness, aspirational
|
|
98
|
+
|
|
99
|
+
#### Cross Fade (Dissolve)
|
|
100
|
+
**Description**: First scene fades out while second fades in (overlap)
|
|
101
|
+
**Duration**: 0.5-2s
|
|
102
|
+
**Emotional impact**: Smooth, gentle, connected, contemplative
|
|
103
|
+
**Cognitive load**: Low to medium
|
|
104
|
+
|
|
105
|
+
**When to use**:
|
|
106
|
+
- Related scenes
|
|
107
|
+
- Time passage (not dramatic)
|
|
108
|
+
- Smooth, flowing content
|
|
109
|
+
- Emotional content
|
|
110
|
+
- When scenes are thematically connected
|
|
111
|
+
|
|
112
|
+
**When to avoid**:
|
|
113
|
+
- Fast-paced content
|
|
114
|
+
- When you need energy
|
|
115
|
+
- Unrelated scenes
|
|
116
|
+
|
|
117
|
+
**Brand personalities**: Smooth, sophisticated, gentle, thoughtful, premium
|
|
118
|
+
|
|
119
|
+
---
|
|
120
|
+
|
|
121
|
+
### Slide Transitions
|
|
122
|
+
|
|
123
|
+
#### Slide Left/Right
|
|
124
|
+
**Description**: Next scene slides in from side, pushing current scene out
|
|
125
|
+
**Duration**: 0.3-0.8s
|
|
126
|
+
**Emotional impact**: Progressive, forward-moving, sequential
|
|
127
|
+
**Cognitive load**: Low (natural reading direction)
|
|
128
|
+
|
|
129
|
+
**When to use**:
|
|
130
|
+
- Sequential content (step 1, 2, 3)
|
|
131
|
+
- Timeline progressions
|
|
132
|
+
- Before/after comparisons
|
|
133
|
+
- Horizontal relationships
|
|
134
|
+
- Modern, clean brands
|
|
135
|
+
|
|
136
|
+
**When to avoid**:
|
|
137
|
+
- When direction doesn't match meaning
|
|
138
|
+
- Slow, contemplative content
|
|
139
|
+
- Too frequently (becomes repetitive)
|
|
140
|
+
|
|
141
|
+
**Brand personalities**: Modern, progressive, organized, systematic
|
|
142
|
+
|
|
143
|
+
**Directional meaning**:
|
|
144
|
+
- **Right to left**: Progress, moving forward (Western cultures)
|
|
145
|
+
- **Left to right**: Going back, rewinding
|
|
146
|
+
|
|
147
|
+
#### Slide Up/Down
|
|
148
|
+
**Description**: Next scene slides in from top or bottom
|
|
149
|
+
**Duration**: 0.3-0.8s
|
|
150
|
+
**Emotional impact**: Revealing, building, hierarchical
|
|
151
|
+
**Cognitive load**: Low
|
|
152
|
+
|
|
153
|
+
**When to use**:
|
|
154
|
+
- Revealing information
|
|
155
|
+
- Building upward (growth, success)
|
|
156
|
+
- Hierarchical relationships
|
|
157
|
+
- Mobile-optimized content
|
|
158
|
+
- Vertical video formats
|
|
159
|
+
|
|
160
|
+
**When to avoid**:
|
|
161
|
+
- When direction doesn't match meaning
|
|
162
|
+
- Desktop-primary content
|
|
163
|
+
|
|
164
|
+
**Brand personalities**: Modern, dynamic, growth-focused
|
|
165
|
+
|
|
166
|
+
**Directional meaning**:
|
|
167
|
+
- **Bottom to top**: Building, growing, rising, positive
|
|
168
|
+
- **Top to bottom**: Descending, revealing, authoritative
|
|
169
|
+
|
|
170
|
+
---
|
|
171
|
+
|
|
172
|
+
### Push Transitions
|
|
173
|
+
|
|
174
|
+
**Description**: Next scene pushes current scene out of frame
|
|
175
|
+
**Duration**: 0.3-0.8s
|
|
176
|
+
**Emotional impact**: Assertive, confident, replacing
|
|
177
|
+
**Cognitive load**: Low
|
|
178
|
+
|
|
179
|
+
**When to use**:
|
|
180
|
+
- Strong transitions between distinct topics
|
|
181
|
+
- Confident, bold brands
|
|
182
|
+
- When new content replaces old
|
|
183
|
+
- Modern, dynamic content
|
|
184
|
+
|
|
185
|
+
**When to avoid**:
|
|
186
|
+
- Gentle, subtle content
|
|
187
|
+
- When scenes are closely related
|
|
188
|
+
- Luxury/premium brands (can feel aggressive)
|
|
189
|
+
|
|
190
|
+
**Brand personalities**: Bold, confident, modern, assertive
|
|
191
|
+
|
|
192
|
+
---
|
|
193
|
+
|
|
194
|
+
### Zoom Transitions
|
|
195
|
+
|
|
196
|
+
#### Zoom In
|
|
197
|
+
**Description**: Camera zooms into detail, which becomes next scene
|
|
198
|
+
**Duration**: 0.5-1s
|
|
199
|
+
**Emotional impact**: Focus, discovery, diving deeper
|
|
200
|
+
**Cognitive load**: Medium
|
|
201
|
+
|
|
202
|
+
**When to use**:
|
|
203
|
+
- Moving from overview to detail
|
|
204
|
+
- Discovering hidden elements
|
|
205
|
+
- Creating connection between scenes
|
|
206
|
+
- Emphasizing importance
|
|
207
|
+
- Tech/innovation content
|
|
208
|
+
|
|
209
|
+
**When to avoid**:
|
|
210
|
+
- When scenes aren't spatially related
|
|
211
|
+
- Overuse causes dizziness
|
|
212
|
+
- Slow, stable content
|
|
213
|
+
|
|
214
|
+
**Brand personalities**: Curious, investigative, tech-forward, dynamic
|
|
215
|
+
|
|
216
|
+
#### Zoom Out
|
|
217
|
+
**Description**: Camera zooms out to reveal larger context
|
|
218
|
+
**Duration**: 0.5-1s
|
|
219
|
+
**Emotional impact**: Revelation, context, bigger picture
|
|
220
|
+
**Cognitive load**: Medium
|
|
221
|
+
|
|
222
|
+
**When to use**:
|
|
223
|
+
- Moving from detail to overview
|
|
224
|
+
- Revealing surprising context
|
|
225
|
+
- "Big picture" moments
|
|
226
|
+
- Scale demonstrations
|
|
227
|
+
|
|
228
|
+
**When to avoid**:
|
|
229
|
+
- When spatial relationship doesn't exist
|
|
230
|
+
- Overuse
|
|
231
|
+
|
|
232
|
+
**Brand personalities**: Thoughtful, contextual, revealing
|
|
233
|
+
|
|
234
|
+
---
|
|
235
|
+
|
|
236
|
+
### Wipe Transitions
|
|
237
|
+
|
|
238
|
+
**Description**: Next scene wipes across screen like a windshield wiper
|
|
239
|
+
**Duration**: 0.3-0.8s
|
|
240
|
+
**Emotional impact**: Playful, retro, stylized, deliberate
|
|
241
|
+
**Cognitive load**: Medium (noticeable transition)
|
|
242
|
+
|
|
243
|
+
**Variations**:
|
|
244
|
+
- **Linear wipe**: Straight line across
|
|
245
|
+
- **Clock wipe**: Circular like clock hand
|
|
246
|
+
- **Shape wipe**: Custom shape reveals next scene
|
|
247
|
+
|
|
248
|
+
**When to use**:
|
|
249
|
+
- Retro/vintage content
|
|
250
|
+
- Playful brands
|
|
251
|
+
- Stylized, artistic content
|
|
252
|
+
- When transition itself is part of the story
|
|
253
|
+
- Intentionally visible transitions
|
|
254
|
+
|
|
255
|
+
**When to avoid**:
|
|
256
|
+
- Modern, minimal brands
|
|
257
|
+
- Professional/corporate content
|
|
258
|
+
- When you want invisible editing
|
|
259
|
+
- Overuse (feels gimmicky)
|
|
260
|
+
|
|
261
|
+
**Brand personalities**: Playful, retro, creative, bold, stylized
|
|
262
|
+
|
|
263
|
+
---
|
|
264
|
+
|
|
265
|
+
### Scale Transitions
|
|
266
|
+
|
|
267
|
+
#### Scale Up
|
|
268
|
+
**Description**: Next scene starts small and scales up to fill frame
|
|
269
|
+
**Duration**: 0.3-0.8s
|
|
270
|
+
**Emotional impact**: Growing, emerging, appearing, exciting
|
|
271
|
+
**Cognitive load**: Low to medium
|
|
272
|
+
|
|
273
|
+
**When to use**:
|
|
274
|
+
- Product reveals
|
|
275
|
+
- Important announcements
|
|
276
|
+
- Growth/success moments
|
|
277
|
+
- Attention-grabbing transitions
|
|
278
|
+
|
|
279
|
+
**When to avoid**:
|
|
280
|
+
- Subtle, gentle content
|
|
281
|
+
- Overuse
|
|
282
|
+
|
|
283
|
+
**Brand personalities**: Bold, exciting, growing, confident
|
|
284
|
+
|
|
285
|
+
#### Scale Down
|
|
286
|
+
**Description**: Current scene scales down and disappears
|
|
287
|
+
**Duration**: 0.3-0.8s
|
|
288
|
+
**Emotional impact**: Diminishing, closing, ending
|
|
289
|
+
**Cognitive load**: Low to medium
|
|
290
|
+
|
|
291
|
+
**When to use**:
|
|
292
|
+
- Ending sections
|
|
293
|
+
- Minimizing old content
|
|
294
|
+
- Transitioning to bigger picture
|
|
295
|
+
|
|
296
|
+
**When to avoid**:
|
|
297
|
+
- When you want to maintain energy
|
|
298
|
+
|
|
299
|
+
**Brand personalities**: Playful, modern, dynamic
|
|
300
|
+
|
|
301
|
+
---
|
|
302
|
+
|
|
303
|
+
### Rotation Transitions
|
|
304
|
+
|
|
305
|
+
**Description**: Scene rotates to reveal next scene
|
|
306
|
+
**Duration**: 0.5-1s
|
|
307
|
+
**Emotional impact**: Dynamic, playful, dimensional, modern
|
|
308
|
+
**Cognitive load**: Medium to high
|
|
309
|
+
|
|
310
|
+
**When to use**:
|
|
311
|
+
- 3D/dimensional content
|
|
312
|
+
- Playful brands
|
|
313
|
+
- Showing multiple sides/perspectives
|
|
314
|
+
- Creative, stylized content
|
|
315
|
+
|
|
316
|
+
**When to avoid**:
|
|
317
|
+
- Professional/corporate (can feel gimmicky)
|
|
318
|
+
- Overuse (causes disorientation)
|
|
319
|
+
- Accessibility concerns (motion sensitivity)
|
|
320
|
+
|
|
321
|
+
**Brand personalities**: Playful, creative, modern, bold, dimensional
|
|
322
|
+
|
|
323
|
+
---
|
|
324
|
+
|
|
325
|
+
### Blur Transitions
|
|
326
|
+
|
|
327
|
+
**Description**: Scene blurs out, next scene blurs in
|
|
328
|
+
**Duration**: 0.5-1s
|
|
329
|
+
**Emotional impact**: Dreamy, soft, memory-like, gentle
|
|
330
|
+
**Cognitive load**: Medium
|
|
331
|
+
|
|
332
|
+
**When to use**:
|
|
333
|
+
- Dream sequences
|
|
334
|
+
- Memory/flashback
|
|
335
|
+
- Soft, gentle brands
|
|
336
|
+
- Emotional content
|
|
337
|
+
- Wellness/spa content
|
|
338
|
+
|
|
339
|
+
**When to avoid**:
|
|
340
|
+
- Sharp, precise brands
|
|
341
|
+
- Fast-paced content
|
|
342
|
+
- When clarity is important
|
|
343
|
+
|
|
344
|
+
**Brand personalities**: Dreamy, soft, gentle, emotional, wellness
|
|
345
|
+
|
|
346
|
+
---
|
|
347
|
+
|
|
348
|
+
### Glitch Transitions
|
|
349
|
+
|
|
350
|
+
**Description**: Digital glitch effect between scenes
|
|
351
|
+
**Duration**: 0.1-0.3s
|
|
352
|
+
**Emotional impact**: Digital, edgy, modern, disruptive
|
|
353
|
+
**Cognitive load**: Medium
|
|
354
|
+
|
|
355
|
+
**When to use**:
|
|
356
|
+
- Tech brands
|
|
357
|
+
- Gaming content
|
|
358
|
+
- Edgy, disruptive brands
|
|
359
|
+
- Digital-native content
|
|
360
|
+
- Cyberpunk aesthetic
|
|
361
|
+
|
|
362
|
+
**When to avoid**:
|
|
363
|
+
- Traditional brands
|
|
364
|
+
- Accessibility concerns (can trigger seizures if too intense)
|
|
365
|
+
- Professional/corporate content
|
|
366
|
+
- Overuse
|
|
367
|
+
|
|
368
|
+
**Brand personalities**: Edgy, tech-forward, disruptive, gaming, modern
|
|
369
|
+
|
|
370
|
+
---
|
|
371
|
+
|
|
372
|
+
### Morph Transitions
|
|
373
|
+
|
|
374
|
+
**Description**: Elements from first scene transform into elements of next
|
|
375
|
+
**Duration**: 0.5-1.5s
|
|
376
|
+
**Emotional impact**: Magical, connected, transformative, sophisticated
|
|
377
|
+
**Cognitive load**: High (requires processing)
|
|
378
|
+
|
|
379
|
+
**When to use**:
|
|
380
|
+
- Showing transformation
|
|
381
|
+
- Connecting related concepts
|
|
382
|
+
- High-production content
|
|
383
|
+
- When transition itself tells story
|
|
384
|
+
- Premium brands
|
|
385
|
+
|
|
386
|
+
**When to avoid**:
|
|
387
|
+
- Simple content
|
|
388
|
+
- When elements don't naturally connect
|
|
389
|
+
- Fast-paced content (too slow)
|
|
390
|
+
- Low-production budgets
|
|
391
|
+
|
|
392
|
+
**Brand personalities**: Sophisticated, magical, transformative, premium, creative
|
|
393
|
+
|
|
394
|
+
---
|
|
395
|
+
|
|
396
|
+
## Transition Duration Guidelines
|
|
397
|
+
|
|
398
|
+
### Very Fast (0.1-0.3s)
|
|
399
|
+
**Feel**: Snappy, energetic, urgent
|
|
400
|
+
**Use for**: Cuts, quick slides, fast-paced content
|
|
401
|
+
**Risk**: Can feel jarring if overused
|
|
402
|
+
|
|
403
|
+
### Fast (0.3-0.5s)
|
|
404
|
+
**Feel**: Dynamic, modern, efficient
|
|
405
|
+
**Use for**: Most slide/push transitions, energetic content
|
|
406
|
+
**Risk**: May not give viewer time to process
|
|
407
|
+
|
|
408
|
+
### Medium (0.5-1s)
|
|
409
|
+
**Feel**: Balanced, professional, comfortable
|
|
410
|
+
**Use for**: Most fades, standard pacing, commercial content
|
|
411
|
+
**Risk**: Can feel generic
|
|
412
|
+
|
|
413
|
+
### Slow (1-2s)
|
|
414
|
+
**Feel**: Contemplative, dramatic, luxurious
|
|
415
|
+
**Use for**: Emotional moments, luxury brands, dramatic shifts
|
|
416
|
+
**Risk**: Can slow momentum
|
|
417
|
+
|
|
418
|
+
### Very Slow (2s+)
|
|
419
|
+
**Feel**: Very dramatic, cinematic, artistic
|
|
420
|
+
**Use for**: Highly emotional moments, art films, specific dramatic effect
|
|
421
|
+
**Risk**: Can lose viewer attention
|
|
422
|
+
|
|
423
|
+
## Matching Transitions to Brand Personality
|
|
424
|
+
|
|
425
|
+
### Modern & Minimal
|
|
426
|
+
**Primary**: Cuts, quick fades (0.3-0.5s)
|
|
427
|
+
**Secondary**: Simple slides
|
|
428
|
+
**Avoid**: Wipes, complex transitions, anything "showy"
|
|
429
|
+
|
|
430
|
+
### Bold & Energetic
|
|
431
|
+
**Primary**: Cuts, quick slides (0.2-0.4s), push transitions
|
|
432
|
+
**Secondary**: Scale transitions, quick zooms
|
|
433
|
+
**Avoid**: Slow fades, gentle transitions
|
|
434
|
+
|
|
435
|
+
### Elegant & Luxurious
|
|
436
|
+
**Primary**: Slow cross-fades (1-2s), morphs
|
|
437
|
+
**Secondary**: Slow zooms, blur transitions
|
|
438
|
+
**Avoid**: Cuts, quick transitions, wipes
|
|
439
|
+
|
|
440
|
+
### Playful & Creative
|
|
441
|
+
**Primary**: Varied - wipes, rotations, scales
|
|
442
|
+
**Secondary**: Glitches, morphs, custom transitions
|
|
443
|
+
**Avoid**: Generic fades, being too predictable
|
|
444
|
+
|
|
445
|
+
### Professional & Trustworthy
|
|
446
|
+
**Primary**: Medium cross-fades (0.5-1s), cuts
|
|
447
|
+
**Secondary**: Simple slides
|
|
448
|
+
**Avoid**: Flashy transitions, wipes, glitches
|
|
449
|
+
|
|
450
|
+
### Tech & Innovative
|
|
451
|
+
**Primary**: Cuts, quick slides, glitches
|
|
452
|
+
**Secondary**: Zoom transitions, morphs
|
|
453
|
+
**Avoid**: Slow fades, traditional transitions
|
|
454
|
+
|
|
455
|
+
## Transition Patterns
|
|
456
|
+
|
|
457
|
+
### Consistent Throughout
|
|
458
|
+
Use same transition type throughout video.
|
|
459
|
+
|
|
460
|
+
**Effect**: Cohesive, systematic, professional
|
|
461
|
+
**Best for**: Clean brands, systematic content, short videos
|
|
462
|
+
**Risk**: Can feel repetitive in longer videos
|
|
463
|
+
|
|
464
|
+
### Varied by Section
|
|
465
|
+
Different transition types for different sections.
|
|
466
|
+
|
|
467
|
+
**Effect**: Clear structure, dynamic, engaging
|
|
468
|
+
**Best for**: Longer videos, multi-section content
|
|
469
|
+
**Risk**: Can feel inconsistent if not intentional
|
|
470
|
+
|
|
471
|
+
### Escalating Intensity
|
|
472
|
+
Start with subtle transitions, increase drama.
|
|
473
|
+
|
|
474
|
+
**Effect**: Building energy, crescendo
|
|
475
|
+
**Best for**: Videos with building emotional arc
|
|
476
|
+
**Risk**: Can peak too early
|
|
477
|
+
|
|
478
|
+
### Signature Transition
|
|
479
|
+
One unique transition used at key moments.
|
|
480
|
+
|
|
481
|
+
**Effect**: Memorable, branded, impactful
|
|
482
|
+
**Best for**: Brand recognition, recurring content series
|
|
483
|
+
**Risk**: Can feel gimmicky if wrong transition
|
|
484
|
+
|
|
485
|
+
## Transition + Scene Relationship
|
|
486
|
+
|
|
487
|
+
### Continuous Action
|
|
488
|
+
**Best transition**: Cut or very fast fade
|
|
489
|
+
**Why**: Maintains flow of action
|
|
490
|
+
|
|
491
|
+
### Related Concepts
|
|
492
|
+
**Best transition**: Cross-fade or simple slide
|
|
493
|
+
**Why**: Shows connection
|
|
494
|
+
|
|
495
|
+
### Contrasting Concepts
|
|
496
|
+
**Best transition**: Fade to black/white or push
|
|
497
|
+
**Why**: Emphasizes difference
|
|
498
|
+
|
|
499
|
+
### Time Passage
|
|
500
|
+
**Best transition**: Fade to black or dissolve
|
|
501
|
+
**Why**: Signals temporal shift
|
|
502
|
+
|
|
503
|
+
### Spatial Movement
|
|
504
|
+
**Best transition**: Slide or zoom
|
|
505
|
+
**Why**: Shows spatial relationship
|
|
506
|
+
|
|
507
|
+
### Transformation
|
|
508
|
+
**Best transition**: Morph or cross-fade
|
|
509
|
+
**Why**: Shows change process
|
|
510
|
+
|
|
511
|
+
## Common Mistakes
|
|
512
|
+
|
|
513
|
+
### Over-Transitioning
|
|
514
|
+
Using complex transitions when simple cut would work.
|
|
515
|
+
**Fix**: Default to cuts or simple fades, use complex transitions sparingly
|
|
516
|
+
|
|
517
|
+
### Inconsistent Style
|
|
518
|
+
Mixing many different transition types randomly.
|
|
519
|
+
**Fix**: Choose 2-3 transition types and stick to them
|
|
520
|
+
|
|
521
|
+
### Wrong Duration
|
|
522
|
+
Transitions too slow for fast content or too fast for emotional content.
|
|
523
|
+
**Fix**: Match duration to overall pacing
|
|
524
|
+
|
|
525
|
+
### Meaningless Direction
|
|
526
|
+
Slide direction doesn't match meaning (e.g., sliding left for "next").
|
|
527
|
+
**Fix**: Make direction intentional and consistent
|
|
528
|
+
|
|
529
|
+
### Gimmicky Transitions
|
|
530
|
+
Using flashy transitions that don't match brand.
|
|
531
|
+
**Fix**: Choose transitions that reinforce brand personality
|
|
532
|
+
|
|
533
|
+
### Ignoring Accessibility
|
|
534
|
+
Rapid flashing or extreme motion in transitions.
|
|
535
|
+
**Fix**: Test for motion sensitivity, provide warnings if needed
|
|
536
|
+
|
|
537
|
+
## Platform Considerations
|
|
538
|
+
|
|
539
|
+
### Instagram/TikTok
|
|
540
|
+
- **Prefer**: Cuts, very fast transitions (0.2-0.4s)
|
|
541
|
+
- **Why**: Fast-paced platform, short attention span
|
|
542
|
+
- **Avoid**: Slow fades, complex transitions
|
|
543
|
+
|
|
544
|
+
### YouTube
|
|
545
|
+
- **Prefer**: Cuts, medium fades (0.5-1s), simple slides
|
|
546
|
+
- **Why**: Varied content types, professional feel
|
|
547
|
+
- **Avoid**: Overuse of flashy transitions
|
|
548
|
+
|
|
549
|
+
### LinkedIn
|
|
550
|
+
- **Prefer**: Professional fades (0.5-1s), cuts, simple slides
|
|
551
|
+
- **Why**: Professional context
|
|
552
|
+
- **Avoid**: Playful wipes, glitches, anything too casual
|
|
553
|
+
|
|
554
|
+
### Website
|
|
555
|
+
- **Prefer**: Matches brand - can be more sophisticated
|
|
556
|
+
- **Why**: Engaged audience, brand context
|
|
557
|
+
- **Avoid**: Nothing specific, just match brand
|
|
558
|
+
|
|
559
|
+
### Paid Ads
|
|
560
|
+
- **Prefer**: Cuts, very fast transitions
|
|
561
|
+
- **Why**: Every second costs money
|
|
562
|
+
- **Avoid**: Slow transitions that waste ad spend
|
|
563
|
+
|
|
564
|
+
## Testing Transitions
|
|
565
|
+
|
|
566
|
+
Ask these questions:
|
|
567
|
+
|
|
568
|
+
1. **Does it match brand personality?**
|
|
569
|
+
2. **Does it match pacing?**
|
|
570
|
+
3. **Does it serve the story?**
|
|
571
|
+
4. **Is it consistent with other transitions?**
|
|
572
|
+
5. **Does it feel invisible or intentional?** (both can be right)
|
|
573
|
+
6. **Does it respect viewer attention?**
|
|
574
|
+
|
|
575
|
+
## Quick Reference Table
|
|
576
|
+
|
|
577
|
+
| Transition | Duration | Energy | Best For | Avoid For |
|
|
578
|
+
|------------|----------|--------|----------|-----------|
|
|
579
|
+
| Cut | 0s | High | Modern, fast | Luxury, slow |
|
|
580
|
+
| Fade to Black | 1-2s | Low | Dramatic | Fast-paced |
|
|
581
|
+
| Fade to White | 0.5-1.5s | Medium | Hopeful | Dark content |
|
|
582
|
+
| Cross-Fade | 0.5-2s | Low-Med | Smooth flow | Energetic |
|
|
583
|
+
| Slide | 0.3-0.8s | Medium | Sequential | Random order |
|
|
584
|
+
| Push | 0.3-0.8s | Med-High | Bold | Gentle |
|
|
585
|
+
| Zoom | 0.5-1s | Medium | Connected | Unrelated |
|
|
586
|
+
| Wipe | 0.3-0.8s | Medium | Playful | Corporate |
|
|
587
|
+
| Scale | 0.3-0.8s | Med-High | Dynamic | Subtle |
|
|
588
|
+
| Rotation | 0.5-1s | High | Playful | Professional |
|
|
589
|
+
| Blur | 0.5-1s | Low | Dreamy | Sharp/precise |
|
|
590
|
+
| Glitch | 0.1-0.3s | High | Tech/edgy | Traditional |
|
|
591
|
+
| Morph | 0.5-1.5s | Medium | Premium | Simple |
|
|
592
|
+
|
|
593
|
+
## Implementation in Editframe
|
|
594
|
+
|
|
595
|
+
Most transitions can be achieved with CSS animations and the `overlap` attribute on `ef-timegroup`:
|
|
596
|
+
|
|
597
|
+
```html
|
|
598
|
+
<!-- Cross-fade with 1s overlap -->
|
|
599
|
+
<ef-timegroup mode="sequence" overlap="1s">
|
|
600
|
+
<ef-timegroup duration="5s" class="fade-in-out">Scene 1</ef-timegroup>
|
|
601
|
+
<ef-timegroup duration="5s" class="fade-in-out">Scene 2</ef-timegroup>
|
|
602
|
+
</ef-timegroup>
|
|
603
|
+
|
|
604
|
+
<!-- Slide transition -->
|
|
605
|
+
<ef-timegroup mode="sequence">
|
|
606
|
+
<ef-timegroup duration="5s" class="slide-out-left">Scene 1</ef-timegroup>
|
|
607
|
+
<ef-timegroup duration="5s" class="slide-in-right">Scene 2</ef-timegroup>
|
|
608
|
+
</ef-timegroup>
|
|
609
|
+
```
|
|
610
|
+
|
|
611
|
+
Reference the `elements-composition` skill for specific implementation patterns.
|