How To Make A Vertical 3D Gallery Slider
So if you follow along in the video, I refer to this blog post for you to enter code at ...
So if you follow along in the video, I refer to this blog post for you to enter code at ...
So if you follow along in the video, I refer to this blog post for you to enter code at ...
So if you follow along in the video, I refer to this blog post for you to enter code at ...
So if you follow along in the video, I refer to this blog post for you to enter code at ...
So if you follow along in the video, I refer to this blog post for you to enter code at certain points, so below is everything you will need!
All Images used for the website tutorial:
Please guys, these images are just to help copy the style of the website for learning purposes.
I don’t own any rights to the copyrighted material.
The Following are the css class names I used in the tutorial:
feastanimationbackground
feast-movement-reverse
feast-movement-2
banner-button
feast-twist
feast-movement
feast-shadow-animation
The Following code goes into the Banner Button:
.banner-button:hover{
box-shadow: black 4px 4px 0px!important;
border-radius:6px;
}
The Following code goes into the Carousel:
selector .swiper-wrapper {
-webkit-transition-timing-function: linear !important;
-moz-transition-timing-function: linear !important;
-o-transition-timing-function: linear !important;
transition-timing-function: linear !important;
}
The Following code goes into the Form Custom css:
selector .swiper-wrapper {
-webkit-transition-timing-function: linear !important;
-moz-transition-timing-function: linear !important;
-o-transition-timing-function: linear !important;
transition-timing-function: linear !important;
}
The Following code goes into the Spin Animation html widget:
The Following code goes into the Floating animation html widget:
The Following code goes into the Shadow animation html widget: