Skip to content

Commit 1a4646e

Browse files
committed
fix(micro-journeys): adjust animation config for examples
1 parent 43407c7 commit 1a4646e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs-site/src/pages/pattern-lab/_patterns/06-experiments/micro-journeys/billing-micro-journey-fragments/_step-one.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
<bolt-animate slot="top" in-order="1" in="fade-in" out="fade-out-slide-down" out-order="2">
2+
<bolt-animate slot="top">
33
{{ source('@bolt-micro-journeys/starters/two-characters-1.html') }}
44
</bolt-animate>
55

packages/micro-journeys/starters/two-characters-1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</bolt-animate>
1313
</bolt-character>
1414
</bolt-animate>
15-
<bolt-animate slot="connection" in="fade-in" in-order="2" in-delay="3500" out="fade-out" out-order="1">
15+
<bolt-animate slot="connection" in="fade-in" in-order="2" out="fade-out" out-order="1">
1616
<bolt-connection></bolt-connection>
1717
</bolt-animate>
1818
<bolt-animate slot="character--right" in="fade-in-slide-up" in-order="10" out="fade-out" out-order="10">

0 commit comments

Comments
 (0)