Skip to content

Commit 22d4bae

Browse files
committed
Add "Focus Tag" page and more connection between animation <-> timeline <-> tags sections
1 parent e1f6fd9 commit 22d4bae

File tree

7 files changed

+39
-3
lines changed

7 files changed

+39
-3
lines changed

animation.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ See the [Onion Skinning](onion-skinning.md) section.
4343

4444
[Timeline](timeline.md) |
4545
[Onion Skinning](onion-skinning.md) |
46-
[Continuous Layers](continuous-layers.md)
46+
[Continuous Layers](continuous-layers.md) |
47+
[Tags](tags.md)

focus-tag.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Focus Tag
2+
3+
The [timeline](timeline.md) has the possibility to focus
4+
[a tag](tags.md), actually a *"tag band."* We define a
5+
*"tag band"* as these rows where several tags are grouped:
6+
7+
![Tag Bands](focus-tag/bands.gif)
8+
9+
You can double-click one of these bands or press the little button at
10+
the right side to "focus" the tags in this band (and hide all others):
11+
12+
![Focus Band](focus-tag/focus.gif)
13+
14+
When you do this, the Play button ![Play icon](animation/play-button.png)
15+
will reproduce only tags found in the currently focused band.
16+
17+
---
18+
19+
**SEE ALSO**
20+
21+
[Tags](tags.md) |
22+
[Timeline](timeline.md) |
23+
[Animation](animation.md)

focus-tag/bands.gif

7.99 KB
Loading

focus-tag/focus.gif

27.9 KB
Loading

loop.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,11 @@ you can use the *View > Set Loop Section* menu (<kbd>F2</kbd> key) to set the
77
animation loop section:
88

99
![Loop Section](loop/loop-section.gif)
10+
11+
The loop section is just like a regular [tag](tags.md) named "Loop."
12+
13+
---
14+
15+
**SEE ALSO**
16+
17+
[Tags](tags.md)

tags.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ can organize different animations of your sprite:
88
To create a tag you can [select a range](range.md) of frames and use the *Frame >
99
Tags > New Tag* menu option, or right-click the range and select *New
1010
Tag*, or press the *F2* key two times, i.e. the first time will create
11-
a *"Loop"* tag, the second time you press <kbd>F2</kbd> will show the tag
11+
a [*"Loop"* tag](loop.md), the second time you press <kbd>F2</kbd> will show the tag
1212
properties so you can change its name, etc.:
1313

1414
<img src="/docs/tags/tag-properties.png" alt="Tag Properties" class="x2" />

timeline.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ or *Frame > New Frame* menu (<kbd>Alt+N</kbd>) to add frames.
2424
* [Cels](cel.md):
2525
* [Move cels](move-cels.md)
2626
* [Copy cels](copy-cels.md)
27+
* [Tags](tags.md):
28+
* [Loop section](loop.md)
29+
* [Focus tag](focus-tag.md)
2730

2831
## Preferences
2932

@@ -49,4 +52,5 @@ documents using *Edit > Copy* and *Edit > Paste*.
4952
[Animation](animation.md) |
5053
[Onion Skinning](onion-skinning.md) |
5154
[Layers](layers.md) |
52-
[Cel](cel.md)
55+
[Cel](cel.md) |
56+
[Tags](tags.md)

0 commit comments

Comments
 (0)