Commit 0f44829
authored
⚡️ Enables
## What does this change?
Image assets are finalized during builds, they cannot be changed during
the runtime. The `gaplessPlayback` defaults to `false` which might lead
to images flashing between routes when the provider changes, which it
doesn't in fact.
Now we change it to `true` to ignore changes to provide a good display
experience. This can also considered as a non-breaking change in most
cases.
## Type of change
- [x] New feature (non-breaking change which adds functionality)gaplessPlayback by default for image assets (#569)1 parent d29f6bd commit 0f44829
File tree
16 files changed
+16
-16
lines changed- examples
- example_resources/lib/gen
- example/lib/gen
- packages
- command/example/lib/gen
- core
- example/lib/gen
- lib/generators/integrations
- test_resources/actual_data
- runner/example/lib/gen
16 files changed
+16
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments