This is an example of a bootstrap web form with an OWL carousel feature with a cascading waterwheel effect, designed using JavaScript, CSS, bootstrap framework 4 and HTML. The images and bootstrap styles are imported to the code with their URLs, whereas the carousel feature had been implemented using JavaScript. Media queries have been used to increase the responsiveness of the form. The number of items per slide is defined as 5 in JavaScript with loop and center settings defined as true to get the carousel centered and move in a loop. The title of the card is given a style set of padding as 0px 15px, text-align as center, line-height as 26px, margin-top as 60px, font-size as 24px, and color as #fff. The background color of the carousel item is set as RGB(50,145,151), as well as its linear gradient color. The Play/Stop icon is given a style set of color as #fff, font-size as 20px, padding-top as 20px, text-align as center, and width as 60px. The carousel items are also given a transform effect of scale(0.7), and a transition effect of all .2s. Source: https://codepen.io/ms-soniasilva/pen/PowRmaB
This is an example of a bootstrap web form with a simple slick slider carousel, designed using JavaScript, CSS, bootstrap framework 4 and HTML. The images and bootstrap styles are imported to the code with their URLs, whereas the carousel feature had been implemented using JavaScript. The body of the form is given a background color of #e74c3c, whereas the header is given the styles of font-family as sans-serif, and color as #fff. The carousel has the styles of width as 90%, whereas the slick slider is given a margin of 10px. Slider image is given the styles of width as 100%, and border as 2px solid #fff. Slider show dot indicators and arrow indicators are enabled in JavaScript, along with the autoplay mode and the autoplay speed set to 2000 milliseconds. Centre mode setting is also enabled in JavaScript to enable a centered view. Source: https://codepen.io/ahmetundemir/pen/VwYXrgg

Slick Slider

4.3.1
This is an example of a bootstrap web form with an image carousel, designed using JavaScript, CSS, bootstrap framework 4 and HTML. The images, fonts and bootstrap styles are imported to the code with their URLs, whereas the carousel feature had been implemented using JavaScript. The body of the form is given a style set of height as 100%, width as 100%, and background-color as #efefef. The carousel item description has the styles of transform as translate (25%), transition as 0.6s all ease-in-out, font-family as 'Open Sans', sans-serif, font-size as 16px, font-weight as 300, color as #7e7e7e, line-height as 1.5, margin as 0 0 1.5rem, and font-style as italic. The client name of the carousel item is also given the styles of font-family as 'Exo', sans-serif, font-weight as 700, font-size as 20px, font color as #e45323, and margin as 0 0 1rem. The carousel item image has the styles of width as 40%, height as 100%, transform as translateX (100%), transition as and 0.6s all ease-in-out. Source: https://codepen.io/thomastruett/pen/abzYQXY
This is an example of a bootstrap web form with a 3D carousel image slider, designed using JavaScript, CSS, bootstrap framework 4 and HTML. The images and bootstrap styles are imported to the code with their URLs, whereas the carousel feature had been implemented using JavaScript. The body of the form is given a style set of font as 18px 'Josefin Slab' Serif, background as rgba(238,244,248,1), and height as 100%. The name of the carousel item has the styles of padding as 1em, and background-color as #3c3c3c. Carousel item section is given the styles of color as white, and font-weight as bold. The carousel is given the styles of width as 50%, and height as 80%, transform-style as preserve-3d, and a transition effect of transform 0.5s. The carousel image is given a box-shadow style of 0px 27px 62px 0px rgba(0,0,0,0.5), and a border-radius of 0.2em. Source: https://codepen.io/brandonjdavis/pen/XWJEoOO
This is an example of a bootstrap web form with a carousel feature with 3D animations, designed using JavaScript, CSS, bootstrap framework 4 and HTML. The images and videos are imported to the code with their URLs, whereas the carousel feature had been implemented using JavaScript. CSS @keyframes is used to implement the animations in CSS. The body of the form is given a style set of overflow as hidden, display as flex, background as #111, perspective as 1000px, and a transform-style as preserve-3d. The spin container is given a transforming effect of rotate (-10deg). The carousel items are given a style set of position as absolute, width and height as 100%, line-height as 200px, font-size as 50px, box-shadow as 0 0 8px #fff, and box-reflect as below 10px linear-gradient(transparent, transparent, #0005). In a hover event, the items take a box-shadow effect of 0 0 15px #fffd, and a -box-reflect effect of below 10px linear-gradient(transparent, transparent, #0007). The header in the middle of the carousel is given a font-family style as Serif, and color as #fff. The auto-rotate option is set as true, and the rotation speed is defined as 60s in JavaScript, along with the radius of the carousel set as 240. Source: https://codepen.io/greggo/pen/BayrerV

3D carousel

4.3.1
This is an example of a bootstrap web form with a scrolling bootstrap card carousel, designed using JavaScript, CSS, bootstrap framework 4 and HTML. The images and bootstrap styles are imported to the code with their URLs, whereas the carousel feature had been implemented using JavaScript. Media queries have been used to increase the responsiveness of the form. The number of carousel items per slide has been defined as 3 in JavaScript. Each item has been given a bootstrap primary button. Position and visibility for the carousel items are set as relative and visible respectively, whereas a translate3d value had been given to the items according to their positions, to implement the carousel animations. Source: https://codepen.io/NatanOuaki/pen/zYxjOBg