User experience
-
Hello;
I wanted to write because I couldn’t find a solution to something. Now, in the Mobile version, when the user presses the calculate button, he counts as 3 2 1 and prints the result.if(jQuery(this.form).valid()){my_counter=3,my_interval=setInterval(function(){jQuery(".counter").html("Hesapl?yoruz : " + my_counter + " saniye"),(my_counter-=1)<0&&(clearInterval(my_interval),jQuery(".counter").html(""),EVALEQUATIONS())},1e3);}
I want to do this for mobile version. When the user says calculate
<div class="elementor-widget-container"> <figure class="wp-block-table is-style-stripes"><table class="table table-bordered table-striped"></table></figure> </div>
It will automatically descend after counting the seconds to the result section. Because this is important for me to provide user experience. The user has to scroll down while searching for results.
Sample : Hesaplama
I hope you have a solution suggestion, I tried a lot but I couldn’t succeed.
Thank you
- The topic ‘User experience’ is closed to new replies.