Skip to content

Commit fb6d570

Browse files
VulwsztynConduitry
Vulwsztyn
authored andcommitted
tutorial 12.a inconsistency fix
Update of tutorial page 12.a making it match with "Show me" result
1 parent 8da8da3 commit fb6d570

File tree

1 file changed

+3
-1
lines changed
  • site/content/tutorial/12-actions/01-actions

1 file changed

+3
-1
lines changed

site/content/tutorial/12-actions/01-actions/text.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ import { pannable } from './pannable.js';
2323
on:panstart={handlePanStart}
2424
on:panmove={handlePanMove}
2525
on:panend={handlePanEnd}
26-
style="transform: translate({$coords.x}px,{$coords.y}px)"
26+
style="transform:
27+
translate({$coords.x}px,{$coords.y}px)
28+
rotate({$coords.x * 0.2}deg)"
2729
></div>
2830
```
2931

0 commit comments

Comments
 (0)