All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.lib.styles.generic._animations.scss Maven / Gradle / Ivy

@use '../tools';

@include tools.layer('transitions') {
  @keyframes v-shake {
    59% {
      margin-left: 0;
    }

    60%, 80% {
      margin-left: 2px;
    }

    70%, 90% {
      margin-left: -2px;
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy