Skip to content
Snippets Groups Projects
Commit 2cfa4c2f authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

slider fertig

parent 13ef16db
No related branches found
No related tags found
Loading
......@@ -8,9 +8,15 @@ export default function SimpleSlider({children}: SliderProps) {
var settings = {
dots: true,
infinite: true,
speed: 500,
slidesToShow: 1,
slidesToScroll: 1,
autoplay: true,
speed: 2000,
autoplaySpeed: 2000,
cssEase: "linear",
pauseOnHover: true,
nextArrow: <></>,
prevArrow: <></>
};
return (
<div className="slider-container">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment