All Projects → Kvaibhav01 → Landing-Page-Animation

Kvaibhav01 / Landing-Page-Animation

Licence: other
Landing page animation made using CSS

Programming Languages

CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to Landing-Page-Animation

css-collection
🧙‍♂️ CSS芸人への道(CSSでつくったもの集)| I want to be CSS Magician
Stars: ✭ 82 (+82.22%)
Mutual labels:  css3, css-animations, css3-animations
Vivify
Vivify is free CSS animation library.
Stars: ✭ 1,651 (+3568.89%)
Mutual labels:  css3, css-animations, css3-animations
Ant Design Landing
🚵 Landing Pages of Ant Design System
Stars: ✭ 4,425 (+9733.33%)
Mutual labels:  landing-page, landing-pages
Bootstrap4 Website
Website built with bootstrap 4 Framework
Stars: ✭ 124 (+175.56%)
Mutual labels:  landing-page, css3
takefive.css
The most advanced pure CSS lightbox – not one single line of JavaScript has been wasted
Stars: ✭ 123 (+173.33%)
Mutual labels:  css3, css3-animations
gogo
GoGo - Free Bootstrap template for chat bot landing page
Stars: ✭ 45 (+0%)
Mutual labels:  landing-page, css3
nglp-angular-material-landing-page
NGLP is an Angular Material Landing Page.
Stars: ✭ 32 (-28.89%)
Mutual labels:  landing-page, css-animations
Rainblur-Landing-Page
Tailwind CSS Starter Template - Rainblur Landing Page (dark)
Stars: ✭ 112 (+148.89%)
Mutual labels:  landing-page, landing-page-theme
Pure Css3 Animated Border
Pure CSS3 animated border for all html element.
Stars: ✭ 63 (+40%)
Mutual labels:  css3, css-animations
Screenshot-Landing-Page
Tailwind CSS Starter Template - Screenshot Landing Page
Stars: ✭ 100 (+122.22%)
Mutual labels:  landing-page, landing-page-theme
CSS-Collection
A wide variety of animations done using only CSS
Stars: ✭ 44 (-2.22%)
Mutual labels:  css3, css-animations
starter-hugo-research-group
👥 轻松创建研究组或组织网站 Easily create a stunning Research Group, Team, or Business Website with no-code
Stars: ✭ 148 (+228.89%)
Mutual labels:  landing-page, landing-page-theme
portfolio-html
🌍 Open source portfolio template built with plain Html, CSS and JavaScript for developers to create their portfolio website
Stars: ✭ 52 (+15.56%)
Mutual labels:  landing-page, css3
Micron
a [μ] microInteraction library built with CSS Animations and controlled by JavaScript Power
Stars: ✭ 2,252 (+4904.44%)
Mutual labels:  css3, css-animations
Next-JS-Landing-Page-Starter-Template
🚀 Free NextJS Landing Page Template written in Tailwind CSS 3 and TypeScript ⚡️ Made with developer experience first: Next.js 12 + TypeScript + ESLint + Prettier + Husky + Lint-Staged + VSCode + Netlify + PostCSS + Tailwind CSS
Stars: ✭ 521 (+1057.78%)
Mutual labels:  landing-page, landing-pages
Freebies
Source code for Uisual templates. Free HTML/CSS landing page templates for startups. New template every week.
Stars: ✭ 170 (+277.78%)
Mutual labels:  landing-page, css3
timer-hugo
Timer is a personal portfolio theme powered by Hugo. It also can be use as a landing page theme.
Stars: ✭ 123 (+173.33%)
Mutual labels:  landing-page, landing-page-theme
Magic
CSS3 Animations with special effects
Stars: ✭ 7,253 (+16017.78%)
Mutual labels:  css3, css3-animations
Morphist
A simple, high-performance and cross-browser jQuery slider / slideshow / carousel plugin for child objects powered by Animate.css.
Stars: ✭ 60 (+33.33%)
Mutual labels:  css3, css-animations
Dynamic.css
🚀 Awesome Library of CSS3 animations 🎉
Stars: ✭ 38 (-15.56%)
Mutual labels:  css3, css3-animations

Landing Page Animation

Create smooth and beautiful landing page animation using only basic CSS animations.

forthebadge forthebadge

Example

LIVE DEMO: https://kvaibhav01.github.io/Landing-Page-Animation/

How-to?

If you know basic CSS along with its animations you can quickly add this type of landing page animation in your SVG files as shown in the demo. I recommend you to take the W3School's tutorial on the same.

In your CSS file, you need to have the following:

  • animation: assign a keyframe animation name as monitorIn, duration of 1s, animation type of ease-in-out and animation direction as forwards.
  • @keyframes monitorIn: next, use the keyframe rule of from to in order to transform and define translation along Y-axis only setting the opacity accordingly.
  • @keyframes chatblips: for the chatblips keyframe, I've used the bounce-in animation sample taken from Angry Tools website. This uses the CSS scale() function to resize the element on 2D plane.

That's it! Simple, clean and smooth!

Read this article I wrote to incorporate it in your project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].