top of page


Emprego e Autismo: Quebrando Barreiras
Tags: #Emprego #Autismo #Oportunidades O mercado de trabalho é um campo desafiador para muitos, mas para os autistas, esses desafios...
Luciana Soler
9 de abr. de 20242 min de leitura
bottom of page
const lightColor = "#ffffff"; const darkColor = "#000000"; $w("#toggleSwitch").checked = false; $w("#container").style.backgroundColor = lightColor; $w("#toggleSwitch").onChange(function () { const backgroundColor = $w("#toggleSwitch").checked ? darkColor : lightColor; $w("#container").style.backgroundColor = backgroundColor; }); const myTextElement = $w('#title'); const textToType = 'Advanced development,on your terms'; const typingSpeed = 100; typeText(myTextElement, textToType, typingSpeed); function typeText(element, text, 7CADFF) { let i = 0; function typeNextCharacter() {