HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/matomo.circ/plugins/CoreHome/stylesheets/vue-transitions.less
.fade-in-enter-active {
  transition: opacity 1s ease;
}

.fade-in-enter-from {
  opacity: 0;
}

// 'slow' as in jquery.animate's 'slow' value
.slow-fade-out-leave-active {
  transition: opacity .6s ease;
}

.slow-fade-out-leave-to {
  opacity: 0;
}

.fade-out-enter-active {
  transition: opacity 0.4s ease;
}

.fade-out-enter-from {
  opacity: 1;
}