Hello
-- similar appearance
for category view with a slider template is planned, with touch events good for mobile too and this will be combilned with infinite scroll ...
-- in your case you suggest an improvement for previous/next item navigation
in item view
please note this:
the previous and next links are available so that you can customize your item.php with HTML to accomplish what you suggest
1. add field to "renderonly" position
2. inside item.php use:
$item->field['mypagenavfieldname']->nexttitle;
$item->field['mypagenavfieldname']->nexturl;
$item->field['mypagenavfieldname']->prevtitle;
$item->field['mypagenavfieldname']->prevurl;