Code Pad
Code
List Code
Search Code
Images
List Images
Search Images
Login
Privacy
Home
Logo Slider - Slick + Font Awesome
jquery ui datepicker
js
styling css elements based on their attributes
css
animate background gradient css
css
linear gradient background with 3 colours
css
web storage testing
js
load a script based on a page condition variable
jquery
loop through elements and change the content using each and substr with jquery
jquery
mega menu testing
css
basic foundation grid layout
html
Logo Slider - Slick + Font Awesome
10:50 pm, March 22, 2018
a slider that can slide logos separately, using jquery and slick.
Code
html
css
js
scripts
html
css
.logo-slider { overflow:hidden; } .slide { float:left; width:180px; background:#7a9de0; height:130px; margin-right:10px; } .flex-center { display: flex; align-items: center; justify-content: center; transition: all 1s; }
js
$('.logo-slider').slick({ infinite: true, slidesToShow: 5, slidesToScroll: 1, autoplay: true, autoplaySpeed: 2000, });
scripts
Download & Run
Download File
Run Demo
Re-load Preview
Preview
QvgVt