- Notifications
You must be signed in to change notification settings - Fork33
Landing page animation made using CSS
NotificationsYou must be signed in to change notification settings
Kvaibhav01/Landing-Page-Animation
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Create smooth and beautiful landing page animation using only basic CSS animations.
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
.@keyframes
monitorIn
: next, use thekeyframe
rule offrom
to
in order totransform
and definetranslation
along Y-axis only setting theopacity
accordingly.@keyframes chatblips
: for thechatblips
keyframe, I've used thebounce-in
animation sample taken fromAngry Tools website. This uses the CSSscale()
function to resize the element on 2D plane.
Readthis article I wrote to incorporate it in your project.
About
Landing page animation made using CSS
Topics
Resources
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Contributors6
Uh oh!
There was an error while loading.Please reload this page.