UNPKG
transition-style
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
just add water clip-path mask transitions
transition.style
argyleink/transition.css
transition-style
/
src
/
polygons
/
opposing-corners-out.css
13 lines
(12 loc)
•
289 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
@keyframes
polygon-out-opposing-corners {
from
{
clip-path
:
var
(--opposing-corners-in); }
to
{
clip-path
:
var
(--opposing-corners-out); } }
[transition-style=
"out:polygon:opposing-corners"
]
{
--transition__duration
:
1.5s
;
animation-name
: polygon-out-opposing-corners; }