Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Yakova
/
Rectifier
like
0
Runtime error
App
Files
Files
Community
0a11422
Rectifier
/
Remotion-app
/
src
/
index.css
Mbonea
testing
6167061
about 1 year ago
raw
Copy download link
history
blame
Safe
183 Bytes
@keyframes
zoomInOut {
0%
{
transform
:
scale
(
1
); }
50%
{
transform
:
scale
(
1.2
); }
100%
{
transform
:
scale
(
1
); }
}
.zoomInOut
{
animation
: zoomInOut
5s
ease-in-out infinite;
}