Smooth text scrolling on smartphones

put it in the head:

	<style type="text/css">
        .scroll{   /*webkit iOS,Chrom*/
overflow-y: scroll; 
       -webkit-overflow-scrolling: touch;
}
   }
  </style>

this also will help you.
smoothTextScroll.hype.zip (49.2 KB)

2 Likes