@mixin animatTransition ($property, $duration: .1s, $func: ease-in-out) {
  transition: $property $duration $func;
}