Calendar Animation

Developer
Size
1,732 Kb
Views
24,288

How do I make an calendar animation?

Inspired by Dribble post http://drbl.in/oNCZ. What is a calendar animation? How do you make a calendar animation? This script and codes were developed by Chris on 21 August 2022, Sunday.

Calendar Animation Previews

Calendar Animation - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Calendar Animation</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="card flipOutX animated infinite">
</div>
</body>
</html>

Calendar Animation - Script Codes CSS Codes

@charset "UTF-8";
.card { width:140px; height:200px; background:#FFF; border:1px solid black; border-radius:5px; transform-origin: bottom left; transition: 0.3s; transform-style: preserve-3d; transition-delay: 0.3s;
}
/*helper animations*/
.animated { animation-duration: 5s; animation-fill-mode: both;
}
.animated.infinite { animation-iteration-count: infinite;
}
.flipOutX { animation-name: flipOutX; backface-visibility: visible !important;
}
@keyframes flipOutX { from { transform: perspective(0px); } 30% { transform: perspective(0px) rotate3d(1, 0, 0, 0deg); opacity: 1; } to { transform: perspective(0px) rotate3d(1, 0, 0, 90deg); }
}
Calendar Animation - Script Codes
Calendar Animation - Script Codes
Home Page Home
Developer Chris
Username onlinechris
Uploaded August 21, 2022
Rating 3
Size 1,732 Kb
Views 24,288
Do you need developer help for Calendar Animation?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Chris (onlinechris) Script Codes
Create amazing captions with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!