Comments Aurelien started the conversationOctober 6, 2017 at 8:55pmHey there, When chosing any of the templates featuring parralax in the California template, the scrolling speed of the page itself appears to be increased significantly. Is there a way to tune the speed down? Thanks in advance, Aurelien 1,974Support repliedOctober 8, 2017 at 8:29amHello Aurelien,if you have selected the Vertical Parallax templatehttp://clapat.ro/themes/california-wordpress/vertical-parallax/try opening /js/scripts.jsand modify this bit (lines 2799-2804)if( $('.scroll-reveal').length > 0 ){ $(".scroll-reveal").jqScrollAnim({ rep: {start: 20, end: 240}, animation: {type:'fade'} }); }and decrease 240 to 200 for example.Hard refresh the page after making the changes (Ctrl+F5)Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
Hey there,
When chosing any of the templates featuring parralax in the California template, the scrolling speed of the page itself appears to be increased significantly.
Is there a way to tune the speed down?
Thanks in advance,
Aurelien
Hello Aurelien,
if you have selected the Vertical Parallax template
http://clapat.ro/themes/california-wordpress/vertical-parallax/
try opening /js/scripts.js
and modify this bit (lines 2799-2804)
if( $('.scroll-reveal').length > 0 ){
$(".scroll-reveal").jqScrollAnim({
rep: {start: 20, end: 240},
animation: {type:'fade'}
});
}
and decrease 240 to 200 for example.
Hard refresh the page after making the changes (Ctrl+F5)
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy