2017
CSS - CODE EXAMPLE - "Progress bar horizontal" qui varie suivant le scroll
In AlsaCreation : CODE EXAMPLE -" Progress bar horizonta"l qui varie suivant le scroll
body {
-moz-box-direction: normal;
-moz-box-orient: vertical;
background: #f3f3f3 none repeat scroll 0 0;
color: #000;
display: flex;
flex-direction: column;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
font-size: 1.6rem;
min-height: 100vh;
}
2009
Tour de Flex, components, samples | Adobe Developer Connection
Tour de Flex component explorer Tour de Flex is a desktop application for exploring Flex capabilities and resources, including the core Flex components, Adobe AIR, data integration, and a variety of third-party components, effects, skins, and more. Tour de Flex has three primary goals: * Provide non-Flex developers with an overview of what is possible in Flex in a "look and see" environment * Provide Flex developers with an illustrated reference tool * Provide commercial and non-commercial Flex developers with a place to showcase their work
1
(2 marks)