To add more interest to our buttons we can add text that is only visible to the user when they hover over the button. For example I have a button that says “Hello” but when the user hovers over the button I want it to say “Hello….how are you?” do this:
Create a button and name it “btn_w/txt”and write the text “Hello” inside of it.
Remove the state “Hover” from the button
Add a new state to the button called “more-text”
Inside of the state “more-text” write the text “Hello….how are you?”
Add a trigger that is has the following settings: Change state of btn_w/txt to more-text when the user hovers over btn_w/txt
Created by Seth Wickham, Course Designer, eClass4learning
Comments
Post a Comment