Logo
avatar
Ninfa Monaldo

Web Developer

  • Dashboard
  • dashboardnew
    • Ecommerce
    • Project
  • apps
    • Calendar
    • Profile Page
      • Profile
      • Setting
    • Projects Page
      • Projects
      • Projects Details
    • To-Do
    • Team
    • Api
    • Ticket
      • Ticket
      • Ticket Details
    • Emails Page
      • Email
      • Read Email
    • E-shop
      • Cart
      • Product
      • Add Product
      • Product-Details
      • Product list
      • Orders
      • Orders Details
      • Orders List
      • Checkout
      • Wishlist
    • Invoice
    • Chat
    • File Manager
    • Bookmark
    • kanban board
    • Timeline
    • FAQ
    • Pricing
    • Gallery
    • Blog Page
      • Blog
      • Blog Details
      • Add Blog
  • Widgets
  • Component
  • Ui Kits
    • Alert
    • Badges
    • Buttons
    • Cards
    • Dropdown
    • Grid
    • Avatar
    • Tabs
    • Accordions
    • Progress
    • Notifications
    • Lists
    • Helper Classes
    • Background
    • Divider
    • Ribbons
    • Editor
    • Collapse
    • Shadow
    • Wrapper
    • Bullet
    • Placeholder
    • Alignment Things
  • Advanced UI12+
    • Modals
    • OffCanvas Toggle
    • Sweet Alert
    • Scrollbar
    • Spinners
    • Animation
    • Video Embed
    • Tour
    • Slider
    • Bootstrap Slider
    • Scrollpy
    • Tooltip & Popovers
    • Rating
    • Prismjs
    • Count Down
    • Count Up
    • Draggable
  • Icons
    • Fontawesome
    • Flag
    • Tabler
    • Weather
    • Animated
    • Iconoir
    • Phosphor
  • Misc
  • Map & Charts
  • Map & Charts
    • Google Maps
    • Leaflet map
  • Chart
    • Chart js
    • Apexcharts
      • Line
      • Area
      • Column
      • Bar
      • Mixed
      • Timeline & Range-Bars
      • Candlestick
      • Boxplot
      • Bubble
      • Scatter
      • Heatmap
      • Treemap
      • Pie
      • Radial bar
      • Radar
  • Table & forms
  • Table
    • Basic Table
    • Data Table
    • List Js
    • Advance Table
  • Forms elements
    • Form Validation
    • Base Input
    • Checkbox & Radio
    • Input Groups
    • Input Masks
    • Floating Labels
    • Datetimepicker
    • Touch spin
    • Select2
    • Switch
    • Range Slider
    • Typeahead
    • Textarea
    • Clipboard
    • File Upload
    • Dual List Boxes
    • Default Forms
  • Ready to use4
    • Form Wizards
    • Form Wizards 1
    • Form Wizards 2
    • Ready To Use Form
    • Ready To Use Tables
  • Pages
  • Auth Pages
    • Sign In
    • Sign In with Bg-image
    • Sign Up
    • Sign Up with Bg-image
    • Password Reset
    • Password Reset with Bg-image
    • Password Create
    • Password Create with Bg-image
    • Lock Screen
    • Lock Screen with Bg-image
    • Two Step Verification
    • Two Step Verification with Bg-image
  • Error pages
    • Bad Request
    • Forbidden
    • Not Found
    • Internal Server Error
    • Service Unavailable
  • Other pages
    • Blank
    • Maintenance
    • Landing Pages
    • Coming Soon
    • Sitemap
    • Privacy Policy
    • Terms & Conditions
  • Others
  • 2 level
    • Blank
    • Another level
      • Blank
  • Document
  • Support

Animation

  • Advance Ui
  • Animation
Where can use? some example ..!
Attention seekers
  • bounceflashpulserubberBandshakeXshakeYheadShakeswingtadawobblejelloheartBeat
Back entrances
  • backInDownbackInLeftbackInRightbackInUp
Back exits
  • backOutDownbackOutLeftbackOutRightbackOutUp
Bouncing entrances
  • bounceInbounceInDownbounceInLeftbounceInRightbounceInUp
Bouncing exits
  • bounceOutbounceOutDownbounceOutLeftbounceOutRightbounceOutUp
Fading entrances
  • fadeInfadeInDownfadeInDownBigfadeInLeftfadeInLeftBigfadeInRightfadeInRightBigfadeInUpfadeInUpBigfadeInTopLeftfadeInTopRightfadeInBottomLeftfadeInBottomRight
Fading exits
  • fadeOutfadeOutDownfadeOutDownBigfadeOutLeftfadeOutLeftBigfadeOutRightfadeOutRightBigfadeOutUpfadeOutUpBigfadeOutTopLeftfadeOutTopRightfadeOutBottomRightfadeOutBottomLeft
Flippers
  • flipflipInXflipInYflipOutXflipOutY
Lightspeed
  • lightSpeedInRightlightSpeedInLeftlightSpeedOutRightlightSpeedOutLeft
Rotating entrances
  • rotateInrotateInDownLeftrotateInDownRightrotateInUpLeftrotateInUpRight
Rotating exits
  • rotateOutrotateOutDownLeftrotateOutDownRightrotateOutUpLeftrotateOutUpRight
Specials
  • hingejackInTheBoxrollInrollOut
Zooming entrances
  • zoomInzoomInDownzoomInLeftzoomInRightzoomInUp
Zooming exits
  • zoomOutzoomOutDownzoomOutLeftzoomOutRightzoomOutUp
Sliding entrances
  • slideInDownslideInLeftslideInRightslideInUp
Sliding exits
  • slideOutDownslideOutLeftslideOutRightslideOutUp
How to use
  1. By adding classes

    Add the class animate__animated to an element, along with any of the animation names forget the animate__ prefix!):

    <h5 class="animate__animated animate__bounce">An animated element</h5>

    Utility Classes

    Animate.css provides the following delays:

    animate__delay-2s, animate__delay-3s, animate__delay-4s, animate__delay-5s

    Slow, slower, fast, and Faster classes

    animate__slow, animate__slower, animate__fast, animate__faster

    Repeating classes

    animate__repeat-1, animate__repeat-2, animate__repeat-3, animate__infinite
  2. Using @keyframes

    Even though the library provides you a few helper classes like theanimated class to get you up running quickly, you can directly use the provided animations keyframes. This provides a flexible way to use Animate.css with your current projects without having to refactor your HTML code.

    Example:

    .my-element { display: inline-block; margin: 0 0.5rem; animation: bounce; /* referring directly to the animation's @keyframe declaration */ animation-duration: 2s; /* don't forget to set a duration! */}
  3. CSS Custom Properties (CSS Variables)

    Animate.css uses custom properties (also known as CSS variables) to define the animation's duration, delay, delay, and iterations. This makes Animate.css very flexible and customizable. Need to change an animation duration? Just set a new value globally or locally.

    Example:

    /* This only changes this particular animation duration */.animate__animated.animate__bounce { --animate-duration: 2s;}
    /* This changes all the animations globally */:root { --animate-duration: 800ms; --animate-delay: 0.9s;}

© 2025 ki-admin. All rights reserved 💖 V1.0.0

Need Help