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
/
wipes
/
in-bottom.css
13 lines
(12 loc)
•
227 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
@keyframes
wipe-in-bottom {
from
{
clip-path
:
var
(--wipe-bottom); }
to
{
clip-path
:
var
(--wipe-in); } }
[transition-style=
"in:wipe:bottom"
]
,
[transition-style=
"in:wipe:up"
]
{
animation-name
: wipe-in-bottom; }