Features Page

Features

Features Hidden

Hidden

Features

Introduction

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:

  • Sections
  • Container
  • Scrolling
  • Animations
  • Slick Slider
  • Font Awesome 6 Icons
  • Buttons
  • Search form
  • Header
  • Testimonials
  • Hover Effects
  • Move Image On Hover
  • Counter Design
  • Video Design
  • Grid Layouts Design
  • Price & Plan Section Design
  • Team Section Design
  • News Blog Design
  • Single Blog Design
  • Google Map Included
  • Responsive 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.

Animations

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>
											
										

Slider

Sudan Creative Agency includes Sliders are mentioned as follows:
										
  • Slick slider
  • You can find the slick slider-related Documentation here.

Tools

Modes

light

light

dark

dark

Sidebar

Backgrounds

default

Default

bg-1

Bg-1

bg-2

Bg-2

bg-3

Bg-3

bg-4

Bg-4

bg-5

Bg-5

Box Design

default

Default

box-1

Box-1

box-2

Box-2

box-3

Box-3