@tgdev
in your Sass _fadeInRight.scss _fadeOutRight.scss you have the
$base-distance * 2 variable instead of 100%
but the effect makes the fadeIn & fadeOut slow, very different from the original.
I had to change it to 100% again.
Can you explain why you changed it?