File "_animations.scss"
Full Path: /home/aiclgcwq/photonindustriespvt.com/wp-content/themes/woodmart/inc/integrations/elementor/assets/sass/base/_animations.scss
File size: 291 bytes
MIME-type: text/plain
Charset: utf-8
// ------------------------------------------------------------------------------------------------
// ANIMATIONS
// ------------------------------------------------------------------------------------------------
@keyframes xts-fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}