Skip to content

Instantly share code, notes, and snippets.

@Adzetko
Adzetko / input.scss
Last active August 2, 2023 10:31
NOT WORKING - using a map of properties to get some transitions, Generated by SassMeister.com.
@use "sass:string";
.home {
@include reveal-effect-start(false, opacity);
}
.home .viewed {
@include reveal-effect-end(opacity);
}