UNPKG
ecommerce
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
Easily create Ecommerce sites powered by Hanzo.
github.com/hanzo-io/ecommerce
hanzo-io/ecommerce
ecommerce
/
templates
/
standard-landing-page
/
css
/
lazyify.css
10 lines
(6 loc)
•
85 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
.lazy-loaded
{
transition
: all .
5s
ease-in-out; }
[data-lazy]
{
opacity
:
0
; }