Color Scheme – 7 Scheme & Custom
$(document).ready( function() {
$(‘#ctos’).click(function() {
if(($(‘.container’).width()-$(‘.rm_setting_tab’).offset().left)==’50’) {
$(‘.rm_setting_tab’).animate({right: ‘0’,}, 500 );
} else {
$(‘.rm_setting_tab’).animate({right: -$(‘.rm_setting_tab’).width()+50}, 500 );
}
});
});
It has 7 Color Scheme including custom color customization, click to open setting tab to check demo.
Leave a Reply