2017-06-24 17:38:10 +02:00
|
|
|
.lazy
|
|
|
|
visibility hidden
|
|
|
|
opacity 0
|
|
|
|
|
2018-03-20 23:01:05 +01:00
|
|
|
// Hide the alt text that is shown while the image is loading
|
|
|
|
text-indent -500px
|
|
|
|
|
2018-03-20 22:39:21 +01:00
|
|
|
.element-color-preview
|
|
|
|
visibility visible
|
|
|
|
animation color-preview 1000ms forwards
|
|
|
|
|
|
|
|
animation color-preview
|
|
|
|
100%
|
|
|
|
opacity 1
|
|
|
|
|
2017-10-12 17:52:46 +02:00
|
|
|
.element-found
|
2017-06-24 17:38:10 +02:00
|
|
|
visibility visible
|
2018-03-20 22:39:21 +01:00
|
|
|
opacity 1
|
2017-06-24 17:38:10 +02:00
|
|
|
|
2017-10-12 17:52:46 +02:00
|
|
|
.element-not-found
|
2017-06-24 17:38:10 +02:00
|
|
|
visibility hidden
|
2018-03-20 22:39:21 +01:00
|
|
|
opacity 0
|