Sha256: 12a9417abe4429aad42fc2cbfbf3d56d2409fce9b0d88adfda4c7bccf41643da

Contents?: true

Size: 687 Bytes

Versions: 5

Compression:

Stored size: 687 Bytes

Contents

.withripple {
  position: relative;
}
.ripple-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
.ripple {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  transform: scale(1);
  transform-origin: 50%;
  opacity: 0;
  pointer-events: none;
}
.ripple.ripple-on {
  transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  opacity: 0.1;
}
.ripple.ripple-out {
  transition: opacity 0.1s linear 0s !important;
  opacity: 0;
}

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
bootstrap-material-design-0.2.2 app/assets/stylesheets/bootstrap-material-design/ripples.css
bootstrap-material-theme-0.2.1 app/assets/stylesheets/bootstrap-material-design/ripples.css
bootstrap-material-design-0.2.1 app/assets/stylesheets/bootstrap-material-design/ripples.css
bootstrap-material-design-0.2.0 app/assets/stylesheets/bootstrap-material-design/ripples.css
bootstrap-material-design-0.1.7 app/assets/stylesheets/bootstrap-material-design/ripples.css