33< head >
44 < meta charset ="utf-8 " />
55 < 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 >
77
88 <!-- Calcite import -->
99 < script type ="module " src ="https://js.arcgis.com/calcite-components/3.0.3/calcite.esm.js "> </ script >
1010
1111 <!-- ArcGIS Maps SDK for JavaScript imports -->
1212 < script src ="https://js.arcgis.com/4.32/ "> </ script >
1313 < 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 " />
1514 < script type ="module " src ="https://js.arcgis.com/map-components/4.32/arcgis-map-components.esm.js "> </ script >
1615
1716 <!-- Demo imports -->
2221< body >
2322 < calcite-shell content-behind >
2423 < 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 >
2831 </ calcite-navigation >
2932
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 >
7036 </ calcite-shell >
7137
72-
7338</ body >
7439
7540</ html >
0 commit comments