425 lines
21 KiB
HTML
425 lines
21 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" dir="ltr" data-bs-theme="light" data-color-theme="Blue_Theme" data-layout="vertical">
|
|
|
|
<head>
|
|
<!-- Required meta tags -->
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<!-- Favicon icon-->
|
|
<link rel="shortcut icon" type="image/png" href="../assets/images/logos/favicon.png" />
|
|
|
|
<!-- Core Css -->
|
|
<link rel="stylesheet" href="../assets/css/styles.css" />
|
|
|
|
<title>Modernize Bootstrap Admin</title>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
|
|
</head>
|
|
|
|
<body class="link-sidebar">
|
|
{{template "components/preloader.html" .}}
|
|
<div id="main-wrapper">
|
|
<!-- Sidebar Start -->
|
|
{{template "components/sidebar.html" .}}
|
|
<!-- Sidebar End -->
|
|
<div class="page-wrapper">
|
|
<!-- Header Start -->
|
|
{{template "components/topbar.html" .}}
|
|
<!-- Header End -->
|
|
<div class="body-wrapper">
|
|
<div class="container-fluid">
|
|
<div class="card bg-info-subtle shadow-none position-relative overflow-hidden mb-4">
|
|
<div class="card-body px-4 py-3">
|
|
<div class="row align-items-center">
|
|
<div class="col-9">
|
|
<h4 class="fw-semibold mb-8">Animation</h4>
|
|
<nav aria-label="breadcrumb">
|
|
<ol class="breadcrumb">
|
|
<li class="breadcrumb-item">
|
|
<a class="text-muted text-decoration-none" href="../main/index.html">Home</a>
|
|
</li>
|
|
<li class="breadcrumb-item" aria-current="page">Animation</li>
|
|
</ol>
|
|
</nav>
|
|
</div>
|
|
<div class="col-3">
|
|
<div class="text-center mb-n5">
|
|
<img src="../assets/images/breadcrumb/ChatBc.png" alt="modernize-img" class="img-fluid mb-n4" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<h4 class="card-title">Animation</h4>
|
|
<p class="card-subtitle">
|
|
Select the animation style class and check the animation to
|
|
the image, you can use any of this animation to anywhere,
|
|
just place exact word. example
|
|
<code>.animated .bounce</code>
|
|
</p>
|
|
<form class="mb-4 mt-5">
|
|
<div class="row justify-content-center">
|
|
<div class="col-sm-8">
|
|
<div class="input-group">
|
|
<select class="form-select js--animations">
|
|
<optgroup label="Attention Seekers">
|
|
<option value="bounce">bounce</option>
|
|
<option value="flash">flash</option>
|
|
<option value="pulse">pulse</option>
|
|
<option value="rubberBand">rubberBand</option>
|
|
<option value="shake">shake</option>
|
|
<option value="swing">swing</option>
|
|
<option value="tada">tada</option>
|
|
<option value="wobble">wobble</option>
|
|
<option value="jello">jello</option>
|
|
</optgroup>
|
|
<optgroup label="Bouncing Entrances">
|
|
<option value="bounceIn">bounceIn</option>
|
|
<option value="bounceInDown">bounceInDown</option>
|
|
<option value="bounceInLeft">bounceInLeft</option>
|
|
<option value="bounceInRight">
|
|
bounceInRight
|
|
</option>
|
|
<option value="bounceInUp">bounceInUp</option>
|
|
</optgroup>
|
|
<optgroup label="Bouncing Exits">
|
|
<option value="bounceOut">bounceOut</option>
|
|
<option value="bounceOutDown">
|
|
bounceOutDown
|
|
</option>
|
|
<option value="bounceOutLeft">
|
|
bounceOutLeft
|
|
</option>
|
|
<option value="bounceOutRight">
|
|
bounceOutRight
|
|
</option>
|
|
<option value="bounceOutUp">bounceOutUp</option>
|
|
</optgroup>
|
|
<optgroup label="Fading Entrances">
|
|
<option value="fadeIn">fadeIn</option>
|
|
<option value="fadeInDown">fadeInDown</option>
|
|
<option value="fadeInDownBig">
|
|
fadeInDownBig
|
|
</option>
|
|
<option value="fadeInLeft">fadeInLeft</option>
|
|
<option value="fadeInLeftBig">
|
|
fadeInLeftBig
|
|
</option>
|
|
<option value="fadeInRight">fadeInRight</option>
|
|
<option value="fadeInRightBig">
|
|
fadeInRightBig
|
|
</option>
|
|
<option value="fadeInUp">fadeInUp</option>
|
|
<option value="fadeInUpBig">fadeInUpBig</option>
|
|
</optgroup>
|
|
<optgroup label="Fading Exits">
|
|
<option value="fadeOut">fadeOut</option>
|
|
<option value="fadeOutDown">fadeOutDown</option>
|
|
<option value="fadeOutDownBig">
|
|
fadeOutDownBig
|
|
</option>
|
|
<option value="fadeOutLeft">fadeOutLeft</option>
|
|
<option value="fadeOutLeftBig">
|
|
fadeOutLeftBig
|
|
</option>
|
|
<option value="fadeOutRight">fadeOutRight</option>
|
|
<option value="fadeOutRightBig">
|
|
fadeOutRightBig
|
|
</option>
|
|
<option value="fadeOutUp">fadeOutUp</option>
|
|
<option value="fadeOutUpBig">fadeOutUpBig</option>
|
|
</optgroup>
|
|
<optgroup label="Flippers">
|
|
<option value="flip">flip</option>
|
|
<option value="flipInX">flipInX</option>
|
|
<option value="flipInY">flipInY</option>
|
|
<option value="flipOutX">flipOutX</option>
|
|
<option value="flipOutY">flipOutY</option>
|
|
</optgroup>
|
|
<optgroup label="Lightspeed">
|
|
<option value="lightSpeedIn">lightSpeedIn</option>
|
|
<option value="lightSpeedOut">
|
|
lightSpeedOut
|
|
</option>
|
|
</optgroup>
|
|
<optgroup label="Rotating Entrances">
|
|
<option value="rotateIn">rotateIn</option>
|
|
<option value="rotateInDownLeft">
|
|
rotateInDownLeft
|
|
</option>
|
|
<option value="rotateInDownRight">
|
|
rotateInDownRight
|
|
</option>
|
|
<option value="rotateInUpLeft">
|
|
rotateInUpLeft
|
|
</option>
|
|
<option value="rotateInUpRight">
|
|
rotateInUpRight
|
|
</option>
|
|
</optgroup>
|
|
<optgroup label="Rotating Exits">
|
|
<option value="rotateOut">rotateOut</option>
|
|
<option value="rotateOutDownLeft">
|
|
rotateOutDownLeft
|
|
</option>
|
|
<option value="rotateOutDownRight">
|
|
rotateOutDownRight
|
|
</option>
|
|
<option value="rotateOutUpLeft">
|
|
rotateOutUpLeft
|
|
</option>
|
|
<option value="rotateOutUpRight">
|
|
rotateOutUpRight
|
|
</option>
|
|
</optgroup>
|
|
<optgroup label="Sliding Entrances">
|
|
<option value="slideInUp">slideInUp</option>
|
|
<option value="slideInDown">slideInDown</option>
|
|
<option value="slideInLeft">slideInLeft</option>
|
|
<option value="slideInRight">slideInRight</option>
|
|
</optgroup>
|
|
<optgroup label="Sliding Exits">
|
|
<option value="slideOutUp">slideOutUp</option>
|
|
<option value="slideOutDown">slideOutDown</option>
|
|
<option value="slideOutLeft">slideOutLeft</option>
|
|
<option value="slideOutRight">
|
|
slideOutRight
|
|
</option>
|
|
</optgroup>
|
|
<optgroup label="Zoom Entrances">
|
|
<option value="zoomIn">zoomIn</option>
|
|
<option value="zoomInDown">zoomInDown</option>
|
|
<option value="zoomInLeft">zoomInLeft</option>
|
|
<option value="zoomInRight">zoomInRight</option>
|
|
<option value="zoomInUp">zoomInUp</option>
|
|
</optgroup>
|
|
<optgroup label="Zoom Exits">
|
|
<option value="zoomOut">zoomOut</option>
|
|
<option value="zoomOutDown">zoomOutDown</option>
|
|
<option value="zoomOutLeft">zoomOutLeft</option>
|
|
<option value="zoomOutRight">zoomOutRight</option>
|
|
<option value="zoomOutUp">zoomOutUp</option>
|
|
</optgroup>
|
|
<optgroup label="Specials">
|
|
<option value="hinge">hinge</option>
|
|
<option value="rollIn">rollIn</option>
|
|
<option value="rollOut">rollOut</option>
|
|
</optgroup>
|
|
</select>
|
|
<span class="input-group-btn">
|
|
<button class="btn btn-primary js--triggerAnimation rounded-start-0" type="button">
|
|
Animate Me !
|
|
</button>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
<!-- / Form -->
|
|
<!-- div -->
|
|
<div class="row justify-content-center">
|
|
<div class="text-center col-lg-4 col-md-6">
|
|
<span class="d-block" id="animationSandbox">
|
|
<img src="../assets/images/backgrounds/img1.jpg" class="img-fluid rounded-1" alt="user" />
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<!-- Search Bar -->
|
|
<div class="modal fade" id="exampleModal" tabindex="-1" aria-hidden="true">
|
|
<div class="modal-dialog modal-dialog-scrollable modal-lg">
|
|
<div class="modal-content rounded-1">
|
|
<div class="modal-header border-bottom">
|
|
<input type="search" class="form-control fs-3" placeholder="Search here" id="search" />
|
|
<a href="javascript:void(0)" data-bs-dismiss="modal" class="lh-1">
|
|
<i class="ti ti-x fs-5 ms-3"></i>
|
|
</a>
|
|
</div>
|
|
<div class="modal-body message-body" data-simplebar="">
|
|
<h5 class="mb-0 fs-5 p-1">Quick Page Links</h5>
|
|
<ul class="list mb-0 py-2">
|
|
<li class="p-1 mb-1 bg-hover-light-black">
|
|
<a href="javascript:void(0)">
|
|
<span class="d-block">Modern</span>
|
|
<span class="text-muted d-block">/dashboards/dashboard1</span>
|
|
</a>
|
|
</li>
|
|
<li class="p-1 mb-1 bg-hover-light-black">
|
|
<a href="javascript:void(0)">
|
|
<span class="d-block">Dashboard</span>
|
|
<span class="text-muted d-block">/dashboards/dashboard2</span>
|
|
</a>
|
|
</li>
|
|
<li class="p-1 mb-1 bg-hover-light-black">
|
|
<a href="javascript:void(0)">
|
|
<span class="d-block">Contacts</span>
|
|
<span class="text-muted d-block">/apps/contacts</span>
|
|
</a>
|
|
</li>
|
|
<li class="p-1 mb-1 bg-hover-light-black">
|
|
<a href="javascript:void(0)">
|
|
<span class="d-block">Posts</span>
|
|
<span class="text-muted d-block">/apps/blog/posts</span>
|
|
</a>
|
|
</li>
|
|
<li class="p-1 mb-1 bg-hover-light-black">
|
|
<a href="javascript:void(0)">
|
|
<span class="d-block">Detail</span>
|
|
<span class="text-muted d-block">/apps/blog/detail/streaming-video-way-before-it-was-cool-go-dark-tomorrow</span>
|
|
</a>
|
|
</li>
|
|
<li class="p-1 mb-1 bg-hover-light-black">
|
|
<a href="javascript:void(0)">
|
|
<span class="d-block">Shop</span>
|
|
<span class="text-muted d-block">/apps/ecommerce/shop</span>
|
|
</a>
|
|
</li>
|
|
<li class="p-1 mb-1 bg-hover-light-black">
|
|
<a href="javascript:void(0)">
|
|
<span class="d-block">Modern</span>
|
|
<span class="text-muted d-block">/dashboards/dashboard1</span>
|
|
</a>
|
|
</li>
|
|
<li class="p-1 mb-1 bg-hover-light-black">
|
|
<a href="javascript:void(0)">
|
|
<span class="d-block">Dashboard</span>
|
|
<span class="text-muted d-block">/dashboards/dashboard2</span>
|
|
</a>
|
|
</li>
|
|
<li class="p-1 mb-1 bg-hover-light-black">
|
|
<a href="javascript:void(0)">
|
|
<span class="d-block">Contacts</span>
|
|
<span class="text-muted d-block">/apps/contacts</span>
|
|
</a>
|
|
</li>
|
|
<li class="p-1 mb-1 bg-hover-light-black">
|
|
<a href="javascript:void(0)">
|
|
<span class="d-block">Posts</span>
|
|
<span class="text-muted d-block">/apps/blog/posts</span>
|
|
</a>
|
|
</li>
|
|
<li class="p-1 mb-1 bg-hover-light-black">
|
|
<a href="javascript:void(0)">
|
|
<span class="d-block">Detail</span>
|
|
<span class="text-muted d-block">/apps/blog/detail/streaming-video-way-before-it-was-cool-go-dark-tomorrow</span>
|
|
</a>
|
|
</li>
|
|
<li class="p-1 mb-1 bg-hover-light-black">
|
|
<a href="javascript:void(0)">
|
|
<span class="d-block">Shop</span>
|
|
<span class="text-muted d-block">/apps/ecommerce/shop</span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- Shopping Cart -->
|
|
<div class="offcanvas offcanvas-end shopping-cart" tabindex="-1" id="offcanvasRight" aria-labelledby="offcanvasRightLabel">
|
|
<div class="offcanvas-header justify-content-between py-4">
|
|
<h5 class="offcanvas-title fs-5 fw-semibold" id="offcanvasRightLabel">
|
|
Shopping Cart
|
|
</h5>
|
|
<span class="badge bg-primary rounded-4 px-3 py-1 lh-sm">5 new</span>
|
|
</div>
|
|
<div class="offcanvas-body h-100 px-4 pt-0" data-simplebar>
|
|
<ul class="mb-0">
|
|
<li class="pb-7">
|
|
<div class="d-flex align-items-center">
|
|
<img src="../assets/images/products/product-1.jpg" width="95" height="75" class="rounded-1 me-9 flex-shrink-0" alt="modernize-img" />
|
|
<div>
|
|
<h6 class="mb-1">Supreme toys cooker</h6>
|
|
<p class="mb-0 text-muted fs-2">Kitchenware Item</p>
|
|
<div class="d-flex align-items-center justify-content-between mt-2">
|
|
<h6 class="fs-2 fw-semibold mb-0 text-muted">$250</h6>
|
|
<div class="input-group input-group-sm w-50">
|
|
<button class="btn border-0 round-20 minus p-0 bg-success-subtle text-success" type="button" id="add1">
|
|
-
|
|
</button>
|
|
<input type="text" class="form-control round-20 bg-transparent text-muted fs-2 border-0 text-center qty" placeholder="" aria-label="Example text with button addon" aria-describedby="add1" value="1" />
|
|
<button class="btn text-success bg-success-subtle p-0 round-20 border-0 add" type="button" id="addo2">
|
|
+
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
<li class="pb-7">
|
|
<div class="d-flex align-items-center">
|
|
<img src="../assets/images/products/product-2.jpg" width="95" height="75" class="rounded-1 me-9 flex-shrink-0" alt="modernize-img" />
|
|
<div>
|
|
<h6 class="mb-1">Supreme toys cooker</h6>
|
|
<p class="mb-0 text-muted fs-2">Kitchenware Item</p>
|
|
<div class="d-flex align-items-center justify-content-between mt-2">
|
|
<h6 class="fs-2 fw-semibold mb-0 text-muted">$250</h6>
|
|
<div class="input-group input-group-sm w-50">
|
|
<button class="btn border-0 round-20 minus p-0 bg-success-subtle text-success" type="button" id="add2">
|
|
-
|
|
</button>
|
|
<input type="text" class="form-control round-20 bg-transparent text-muted fs-2 border-0 text-center qty" placeholder="" aria-label="Example text with button addon" aria-describedby="add2" value="1" />
|
|
<button class="btn text-success bg-success-subtle p-0 round-20 border-0 add" type="button" id="addon34">
|
|
+
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
<li class="pb-7">
|
|
<div class="d-flex align-items-center">
|
|
<img src="../assets/images/products/product-3.jpg" width="95" height="75" class="rounded-1 me-9 flex-shrink-0" alt="modernize-img" />
|
|
<div>
|
|
<h6 class="mb-1">Supreme toys cooker</h6>
|
|
<p class="mb-0 text-muted fs-2">Kitchenware Item</p>
|
|
<div class="d-flex align-items-center justify-content-between mt-2">
|
|
<h6 class="fs-2 fw-semibold mb-0 text-muted">$250</h6>
|
|
<div class="input-group input-group-sm w-50">
|
|
<button class="btn border-0 round-20 minus p-0 bg-success-subtle text-success" type="button" id="add3">
|
|
-
|
|
</button>
|
|
<input type="text" class="form-control round-20 bg-transparent text-muted fs-2 border-0 text-center qty" placeholder="" aria-label="Example text with button addon" aria-describedby="add3" value="1" />
|
|
<button class="btn text-success bg-success-subtle p-0 round-20 border-0 add" type="button" id="addon3">
|
|
+
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
<div class="align-bottom">
|
|
<div class="d-flex align-items-center pb-7">
|
|
<span class="text-dark fs-3">Sub Total</span>
|
|
<div class="ms-auto">
|
|
<span class="text-dark fw-semibold fs-3">$2530</span>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex align-items-center pb-7">
|
|
<span class="text-dark fs-3">Total</span>
|
|
<div class="ms-auto">
|
|
<span class="text-dark fw-semibold fs-3">$6830</span>
|
|
</div>
|
|
</div>
|
|
<a href="../main/eco-checkout.html" class="btn btn-outline-primary w-100">Go to shopping cart</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{template "components/footer.html" .}}
|
|
|
|
|
|
<script src="../assets/js/plugins/animation-init.js"></script>
|