3
3
< head >
4
4
< meta charset ="utf-8 " />
5
5
< meta name ="viewport " content ="initial-scale=1,maximum-scale=1,user-scalable=no " />
6
- < title > 2025 Esri Developer & Technology Summit - Reduced Motion </ title >
6
+ < title > Reduced motion </ title >
7
7
8
8
<!-- Calcite import -->
9
9
< script type ="module " src ="https://js.arcgis.com/calcite-components/3.0.3/calcite.esm.js "> </ script >
10
10
11
11
<!-- ArcGIS Maps SDK for JavaScript imports -->
12
12
< script src ="https://js.arcgis.com/4.32/ "> </ script >
13
13
< link id ="jsapi-mode-light " rel ="stylesheet " href ="https://js.arcgis.com/4.32/esri/themes/light/main.css " />
14
- < link disabled id ="jsapi-mode-dark " rel ="stylesheet " href ="https://js.arcgis.com/4.32/esri/themes/dark/main.css " />
15
14
< script type ="module " src ="https://js.arcgis.com/map-components/4.32/arcgis-map-components.esm.js "> </ script >
16
15
17
16
<!-- Demo imports -->
22
21
< body >
23
22
< calcite-shell content-behind >
24
23
< calcite-navigation slot ="header " id ="nav ">
25
- < calcite-navigation-logo href ="# " icon ="accessibility " alt ="Application logo " slot ="logo " heading ="Reduced Motion "
26
- description ="Esri Developer & Technology Summit 2025 "> </ calcite-navigation-logo >
27
-
24
+ < calcite-navigation-logo href ="# " icon ="accessibility " alt ="Application logo " slot ="logo "
25
+ heading ="2025 Esri Developer & Technology Summit - Reduced Motion "
26
+ description ="Reduced Motion "> </ calcite-navigation-logo >
27
+ < calcite-label slot ="content-end " layout ="inline ">
28
+ Disable animation
29
+ < calcite-switch id ="animationControl "> </ calcite-switch >
30
+ </ calcite-label >
28
31
</ calcite-navigation >
29
32
30
- < calcite-shell-panel slot ="panel-end " display-mode ="float ">
31
- < calcite-panel heading ="Maps SDK for JavaScript " description ="Showcased product ">
32
- < calcite-action id ="toggle-instructions " text ="Instructions " icon ="lightbulb "
33
- slot ="header-actions-end "> </ calcite-action >
34
- < calcite-tooltip placement ="bottom " reference-element ="toggle-instructions " slot ="header-actions-end "> A quick
35
- get-going hint about this demo</ calcite-tooltip >
36
- < calcite-block collapsible heading ="Layer effects " description ="Adjust blur, highlight, and order ">
37
- < calcite-icon scale ="s " slot ="icon " icon ="effects "> </ calcite-icon >
38
- < calcite-notice open >
39
- < div slot ="message "> Use layer effects sparingly, for emphasis</ div >
40
- </ calcite-notice >
41
- </ calcite-block >
42
-
43
- < calcite-block collapsible heading ="Symbology " description ="Select type, color, and transparency ">
44
- < calcite-icon scale ="s " slot ="icon " icon ="map-pin "> </ calcite-icon >
45
- < calcite-label >
46
- Effect type
47
- < calcite-segmented-control width ="full ">
48
- < calcite-segmented-control-item value ="Blur "> Blur</ calcite-segmented-control-item >
49
- < calcite-segmented-control-item checked value ="Highlight "> Highlight</ calcite-segmented-control-item >
50
- </ calcite-segmented-control >
51
- </ calcite-label >
52
-
53
- < calcite-label >
54
- Something
55
- < calcite-input placeholder ="A great placeholder "> </ calcite-input >
56
- </ calcite-label >
57
- < calcite-label >
58
- Something numerical< calcite-input-number value ="25 " placeholder ="-- " suffix-text ="% "
59
- alignment ="end "> </ calcite-input-number >
60
- </ calcite-label >
61
- </ calcite-block >
62
-
63
- < calcite-fab slot ="fab " text ="Add something " text-enabled > </ calcite-fab >
64
-
65
-
66
- </ calcite-panel >
67
- </ calcite-shell-panel >
68
-
69
- < arcgis-map item-id ="05e015c5f0314db9a487a9b46cb37eca "> </ arcgis-map >
33
+ < arcgis-map id ="map " item-id ="03c4fa085ece410dadd9aa6e44130508 ">
34
+ < arcgis-home position ="top-left "> </ arcgis-home >
35
+ </ arcgis-map >
70
36
</ calcite-shell >
71
37
72
-
73
38
</ body >
74
39
75
40
</ html >
0 commit comments