• Email
    • Chat
    • Feather Icon
    • Widgets
    • You have 3 Notifications4

    • Delivery processing

      10 minutes ago
    • Order Complete

      1 hour ago
    • Tickets Generated

      3 hour ago
    • Delivery Complete

      6 hour ago
    • Ain Chavez

      Lorem Ipsum is simply dummy...

      32 mins ago

    • Erica Hughes

      Lorem Ipsum is simply dummy...

      58 mins ago

    • Kori Thomas

      Lorem Ipsum is simply dummy...

      1 hr ago

    • See All
New
Emay Walter

Human Resources Department

  • 19.8k

    Follow

  • 2 year

    Experince

  • 95.2k

    Follower

  • Back
  • General
  • Dashboard
    • Default
    • Ecommerce
  • Widgets
    • General
    • Chart
  • Page layout
    • Boxed
    • RTL
    • Dark
    • Footer Light
    • Footer Dark
    • Footer Fixed
  • Components
  • Ui Kits
    • State color
    • Typography
    • Avatars
    • helper classes
    • Grid
    • Tag & pills
    • Progress
    • Modal
    • Alert
    • Popover
    • Tooltip
    • Spinners
    • Dropdown
    • Accordion
    • Tabs
      • Bootstrap Tabs
      • Line Tabs
    • Navs
    • Shadow
    • Lists
  • Bonus Ui
    • Scrollable
    • Tree view
    • Bootstrap Notify
    • Rating
    • dropzone
    • Tour
    • SweetAlert2
    • Animated Modal
    • Owl Carousel
    • Ribbons
    • Pagination
    • Steps
    • Breadcrumb
    • Range Slider
    • Image cropper
    • Sticky
    • Basic Card
    • Creative Card
    • Tabbed Card
    • Draggable Card
    • Timeline
      • Timeline 1
      • Timeline 2
  • Builders
    • Form Builder 1
    • Form Builder 2
    • Page Builder
    • Button Builder
  • Animation
    • Animate
    • Scroll Reveal
    • AOS animation
    • Tilt Animation
    • Wow Animation
  • Icons
    • Flag icon
    • Fontawesome Icon
    • Ico Icon
    • Thimify Icon
    • Feather icon
    • Whether Icon
  • Buttons
    • Default Style
    • Flat Style
    • Edge Style
    • Raised Style
    • Button Group
  • Charts
    • Apex Chart
    • Google Chart
    • Sparkline chart
    • Flot Chart
    • Knob Chart
    • Morris Chart
    • Chatjs Chart
    • Chartist Chart
    • Peity Chart
  • Forms
  • Form Controls
    • Form Validation
    • Base Inputs
    • Checkbox & Radio
    • Input Groups
    • Mega Options
  • Form Widgets
    • Datepicker
    • Timepicker
    • Datetimepicker
    • Daterangepicker
    • Touchspin
    • Select2
    • Switch
    • Typeahead
    • Clipboard
  • Form layout
    • Default Forms
    • Form Wizard 1
    • Form Wizard 2
    • Form Wizard 3
  • Table
  • Bootstrap Tables
    • Basic Tables
    • Sizing Tables
    • Border Tables
    • Styling Tables
    • Table components
  • Data Tables
    • Basic Init
    • Advance Init
    • Styling
    • AJAX
    • Server Side
    • Plug-in
    • API
    • Data Sources
  • Ex. Data Tables
    • Auto Fill
    • Basic Button
    • Column Reorder
    • Fixed Header
    • Key Table
    • Responsive
    • Row Reorder
    • Scroller
  • Js Grid Table
  • Applications
  • Project
    • Project List
    • Create new
  • File manager
  • kanban Board
  • Ecommerce
    • Product
    • Product page
    • Product list
    • Payment Details
    • Order History
    • Invoice
    • Cart
    • Wishlist
    • Checkout
    • Pricing
  • Email
    • Mail Inbox
    • Read mail
    • Compose
  • Chat
    • Chat App
    • Video chat
  • Users
    • Users Profile
    • Users Edit
    • Users Cards
  • Bookmarks
  • Contacts
  • Tasks
  • Calender
  • Social App
  • To-Do
  • Search Result
  • Pages
  • Landing page
  • Sample page
  • Internationalization
  • Starter kit
  • Others
    Error Page
    • Error page 1
    • Error page 2
    • Error page 3
    • Error page 4
    Authentication
    • Login Simple
    • Login with bg image
    • Login with image two
    • Login With validation
    • Login with tooltip
    • Login with sweetalert
    • Register Simple
    • Register with Bg Image
    • Register with Bg video
    • Unlock User
    • Forget Password
    • Creat Password
    • Maintenance
    Coming Soon
    • Coming Simple
    • Coming with Bg video
    • Coming with Bg Image
    Email templates
    • Basic Email
    • Basic With Header
    • Ecomerce Template
    • Email Template 2
    • Ecommerce Email
    • Order Success
  • Miscellaneous
  • Gallery
    • Gallery Grid
    • Gallery Grid Desc
    • Masonry Gallery
    • Masonry with Desc
    • Hover Effects
  • Blog
    • Blog Details
    • Blog Single
    • Add Post
  • FAQ
  • Job Search
    • Cards view
    • List View
    • Job Details
    • Apply
  • Learning
    • Learning List
    • Detailed Course
  • Maps
    • Maps JS
    • Vector Maps
  • Editors
    • Summer Note
    • CK editor
    • MDE editor
    • ACE code editor
  • Knowledgebase
    • Knowledgebase
    • Knowledge category
    • Knowledge detail
  • Support Ticket

AOS Animation

  1. Home
  2. Animation
  3. AOS Animation
AOS Example animation
Image description
Image caption 1
Image description
Image caption 2
Image description
Image caption 3
Image description
Image caption 4
Image description
Image caption 5
Image description
Image caption 6
Image description
Image caption 7
Image description
Image caption 8
Image description
Image caption 9
Image description
Image caption 10
Image description
Image caption 11
Image description
Image caption 12
Image description
Image caption 13
Image description
Image caption 14
Image description
Image caption 15
Image description
Image caption 16
Image description
Image caption 17
Image description
Image caption 18
Image description
Image caption 19
Image description
Image caption 20
Image description
Image caption 21
Image description
Image caption 22
Image description
Image caption 23
Image description
Image caption 24
Image description
Image caption 25
Image description
Image caption 26
Image description
Image caption 27
Image description
Image caption 28
Image description
Image caption 29
Image description
Image caption 30
Image description
Image caption 31
Image description
Image caption 32
Image description
Image caption 33
Init AOS
// The Below Function is example of how to initlize reveal
<script>
  AOS.init();
< /script >
How to use it?
All you have to do is to add data-aos attribute to html element, like so:
< div data-aos="animation_name" >
Advanced settings
These settings can be set both on certain elements, or as default while initializing script (in options object without data- part).
Attribute Description Example value Default value
data-aos-offset Change offset to trigger animations sooner or later (px) 200 120
data-aos-duration *Duration of animation (ms) 600 400
data-aos-easing Choose timing function to ease elements in different ways ease-in-sine ease
data-aos-delay Delay animation (ms) 300 0
data-aos-anchor Anchor element, whose offset will be counted to trigger animation instead of actual elements offset #selector null
data-aos-anchor-placement Anchor placement - which one position of element on the screen should trigger animation top-center top-bottom
data-aos-once Choose wheter animation should fire once, or every time you scroll up/down to element true false
Animation
There are serveral predefined animations you can use already:
  • Fade animations:
    • fade
    • fade-up
    • fade-down
    • fade-left
    • fade-right
    • fade-up-right
    • fade-up-left
    • fade-down-right
    • fade-down-left
  • Flip animations:
    • flip-up
    • flip-down
    • flip-left
    • flip-right
  • Slide animations:
    • slide-up
    • slide-down
    • slide-left
    • slide-right
  • Zoom animations:
    • zoom-in
    • zoom-in-up
    • zoom-in-down
    • zoom-in-left
    • zoom-in-right
    • zoom-out
    • zoom-out-up
    • zoom-out-down
    • zoom-out-left
    • zoom-out-right
Anchor placement:
  • top-bottom
  • top-center
  • top-top
  • center-bottom
  • center-center
  • center-top
  • bottom-bottom
  • bottom-center
  • bottom-top
Easing functions:
  • linear
  • ease
  • ease-in
  • ease-out
  • ease-in-out
  • ease-in-back
  • ease-out-back
  • ease-in-out-back
  • ease-in-sine
  • ease-out-sine
  • ease-in-out-sine
  • ease-in-quad
  • ease-out-quad
  • ease-in-out-quad
  • ease-in-cubic
  • ease-out-cubic
  • ease-in-out-cubic
  • ease-in-quart
  • ease-out-quart
  • ease-in-out-quart
icon-drupal

Copyright 2021-22 © viho All rights reserved.

Hand crafted & made with