Sha256: 2c23d9439db9d4c38c4c8599335970468f68dd7475fdf16a8f9ac9452ff5b49b
Contents?: true
Size: 1.14 KB
Versions: 1
Compression:
Stored size: 1.14 KB
Contents
$base-accent-color: #0277BD !default .animated +animation-duration(1s) +animation-fill-mode(both) &.infinite +animation-iteration-count(infinite) &.alternate +animation-direction(alternate) &.iteration +animation-iteration-count(2) // Tweak the keyframes below. Or swap them with another animation pattern at // https://github.com/daneden/animate.css/tree/master/source @-webkit-keyframes zoomOut 0% opacity: 1 50% opacity: 0 -webkit-transform: scale3d(0.3, 0.3, 0.3) transform: scale3d(0.3, 0.3, 0.3) 100% opacity: 0 @keyframes zoomOut 0% opacity: 1 50% opacity: 0 -webkit-transform: scale3d(0.3, 0.3, 0.3) transform: scale3d(0.3, 0.3, 0.3) 100% opacity: 0 .zoomOut -webkit-animation-name: zoomOut animation-name: zoomOut ///////////////////////////////////////////////////////////// .animate-target +size(6em) -webkit-transform-style: preserve-3d border-radius: 50% border: 22px solid #e2e2e3 margin: 0 auto 3em text-align: center button +button(flat, $base-accent-color) display: block margin: auto outline: none padding: 0.8em 1em text-align: center
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
breezeblocks-0.0.4 | source/stylesheets/breezeblocks/_animate.sass |