Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Yakova/Rectifier
azils3
/
Tester
like
0
Runtime error
App
Files
Files
Community
1935d42
Tester
/
Remotion-app
/
src
/
index.css
Mbonea
testing
6167061
11 months 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;
}