// ****************************************************************************************************************************************************** // * By Dr. Roy C. Davies, March 2023, roy.c.davies@ieee.org // ****************************************************************************************************************************************************** const code = { sidebar : ` 1 2 3 4 Home Topics Friends Top Bottom Left Right {#each ["very thin", "thin", "", "wide", "very wide"] as width, i} {width} {/each} {#each ["very thin", "thin", "", "wide", "very wide"] as width, i} {/each} `, transitions : ` Top Bottom Left Right

Direction

All Direction Animations

Vertical-only Animations
`, custom_context : ` behavior('sidebar14', 'toggle')}> Menu Home Topics Friends
`, starting_visible : ` behavior('sidebar15', 'toggle')}> Menu Home Topics Friends History
` } export default code;