Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Landing page animation made using CSS

NotificationsYou must be signed in to change notification settings

Kvaibhav01/Landing-Page-Animation

Repository files navigation

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

forthebadgeforthebadge

Example

How-to?

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

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

  • animation: assign a keyframe animation name asmonitorIn, duration of1s, animation type ofease-in-out and animation direction asforwards.
  • @keyframesmonitorIn: next, use thekeyframe rule offromto in order totransform and definetranslation along Y-axis only setting theopacity accordingly.
  • @keyframes chatblips: for thechatblips keyframe, I've used thebounce-inanimation sample taken fromAngry Tools website. This uses the CSSscale() function to resize the element on 2D plane.

That's it! Simple, clean and smooth!

Readthis article I wrote to incorporate it in your project.


[8]ページ先頭

©2009-2025 Movatter.jp