For anyone wanting a fix for this, download and replace the jquery.animsition.min.js with the latest version found here: https://github.com/blivesta/animsition/blob/master/dist/js/animsition.min.js
Be sure to keep the file name as ‘jquery.animsition.min.js’ (the new version has been renamed to ‘animsition.min.js’)
Once you have done this, open ‘class-page-transition.php’ found in the plugin folder and locate and remove the line:
touchSupport: false,
from line 396.
Obviously, this is just a quick fix and will be overwritten when the plugin is updated, however, my hope is that the author will update to the latest version of animsition when he updates!
????