Browse
For agents
About
Elementor Website Builder – more than just a page builder
/
4.0.0-dev4
Elementor Website Builder – more than just a page builder
v4.0.0-dev4
Switch version
4.3.2
4.3.1
4.3.0
4.3.0-beta3
4.3.0-beta2
4.3.0-beta1
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.5
4.2.0-beta2
4.2.0-dev2
4.2.0-beta1
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.1.0-beta3
4.1.0-dev3
4.0.9
4.1.0-beta2
4.1.0-dev2
All 455 releases
Overview
Code
elementor
/
assets
/
lib
/
animations
/
styles
/
e-animation-buzz-out.min.css
e-animation-buzz-out.min.css
in Elementor Website Builder – more than just a page builder 4.0.0-dev4, at assets/lib/animations/styles/e-animation-buzz-out.min.css
1 lines
713 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
@
keyframes
elementor-animation-buzz-out
{
10%
{
transform
:
translateX
(
3
px
)
rotate
(
2
deg
)
}
20%
{
transform
:
translateX
(
-3
px
)
rotate
(
-2
deg
)
}
30%
{
transform
:
translateX
(
3
px
)
rotate
(
2
deg
)
}
40%
{
transform
:
translateX
(
-3
px
)
rotate
(
-2
deg
)
}
50%
{
transform
:
translateX
(
2
px
)
rotate
(
1
deg
)
}
60%
{
transform
:
translateX
(
-2
px
)
rotate
(
-1
deg
)
}
70%
{
transform
:
translateX
(
2
px
)
rotate
(
1
deg
)
}
80%
{
transform
:
translateX
(
-2
px
)
rotate
(
-1
deg
)
}
90%
{
transform
:
translateX
(
1
px
)
rotate
(
0
)
}
100%
{
transform
:
translateX
(
-1
px
)
rotate
(
0
)
}
}
.
elementor-animation-buzz-out
:
active
,
.
elementor-animation-buzz-out
:
focus
,
.
elementor-animation-buzz-out
:
hover
{
animation-name
:
elementor-animation-buzz-out
;
animation-duration
:
.75
s
;
animation-timing-function
:
linear
;
animation-iteration-count
:
1
}