Goclean boasts of a many handy features which are quite powerful, flexible, functional & easy to use. you can do changes in features very easily. Here is the List of features that uses in this website:
SectionsContainerScrollingAnimationsSlick SliderFont Awesome 6 IconsButtonsSearch formHeaderTestimonialsHover EffectsMove Image On HoverCounter DesignVideo DesignGrid Layouts DesignPrice & Plan Section DesignTeam Section DesignNews Blog DesignSingle Blog DesignGoogle Map IncludedResponsive Design
Each of the above mentioned features are easily extendable, flexible & easy to use. You can find the sample codes from stylesheet. We are explaining a few of them for your Reference.
Each of the above mentioned features are easily extendable, flexible & easy to use. You can find the sample codes from stylesheet. We are explaining a few of them for your Reference.
.sticky { animation: fixedheader 600ms ease 0ms alternate; } @keyframes fixedheader { from { transform: translateY(-100%); } to { transform: translateY(0); } }
Image Hover Animation
.about_us_hero_img:hover::before { animation: shine 1.3s; } @keyframes flash { 0%,100% { left: 125%; } }
<div class="" data-aos="zoom-in">
...
</div>
You can also use delays for your Animations:
<div class="" data-aos="zoom-in" data-aos-duration="3000" data-aos-delay="300">
...
</div>
Sudan Creative Agency includes Sliders are mentioned as follows:
- Slick slider
You can find the slick slider-related Documentation here.