Forum Discussion
Balakesavan
2 years agoCommunity Member
Slider Interaction
Hi Team, I need quick solution for slider interaction, just i want to move the slider on some value like 5, after it reaches the certain point need to reveal the object or button, how can I achieve...
TomKuhlmann
2 years agoStaff
- You can start with the object in a hidden state.
- Add a trigger to change the slider to normal when slide moves and var = X
- You also need a trigger to change state to hidden when var is not X or between a range of numbers.