D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
realadss
/
www
/
joycater.in
/
wp-content
/
plugins
/
elementor
/
assets
/
lib
/
animations
/
styles
/
Filename :
zoomIn.css
back
Copy
@keyframes zoomIn { from { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 50% { opacity: 1; } } .zoomIn { animation-name: zoomIn; }