Sha256: d18c21ee90190d45ef050c0d8d9c4e736d6608da8f53cf8d25e0613b81bf7896

Contents?: true

Size: 1.53 KB

Versions: 16

Compression:

Stored size: 1.53 KB

Contents

// ---------------------------------------------------------------------------
@include keyframes(rotateIn) {
  0% {
    @include transform-origin(center center);
    @include rotate(-200deg);
    opacity: 0; }
  100% {
    @include transform-origin(center center);
    @include rotate(0);
    opacity: 1; } }


// ---------------------------------------------------------------------------
@include keyframes(rotateInDownLeft) {
  0% {
    @include transform-origin(left bottom);
    @include rotate(-90deg);
    opacity: 0; }
  100% {
    @include transform-origin(left bottom);
    @include rotate(0);
    opacity: 1; } }


// ---------------------------------------------------------------------------
@include keyframes(rotateInUpLeft) {
  0% {
    @include transform-origin(left bottom);
    @include rotate(90deg);
    opacity: 0; }
  100% {
    @include transform-origin(left bottom);
    @include rotate(0);
    opacity: 1; } }


// ---------------------------------------------------------------------------
@include keyframes(rotateInUpRight) {
  0% {
    @include transform-origin(right bottom);
    @include rotate(-90deg);
    opacity: 0; }
  100% {
    @include transform-origin(right bottom);
    @include rotate(0);
    opacity: 1; } }


// ---------------------------------------------------------------------------
@include keyframes(rotateInDownRight) {
  0% {
    @include transform-origin(right bottom);
    @include rotate(90deg);
    opacity: 0; }
  100% {
    @include transform-origin(right bottom);
    @include rotate(0);
    opacity: 1; } }

Version data entries

16 entries across 16 versions & 5 rubygems

Version Path
comixins-0.1.2 vendor/assets/stylesheets/animation/animate/rotating/_rotating-entrances.scss
browsercms-artirix-4.0.4 app/assets/stylesheets/cms/includes/animation/animate/rotating/_rotating-entrances.scss
browsercms-artirix-4.0.3.3 app/assets/stylesheets/cms/includes/animation/animate/rotating/_rotating-entrances.scss
browsercms-artirix-4.0.3.2 app/assets/stylesheets/cms/includes/animation/animate/rotating/_rotating-entrances.scss
browsercms-artirix-4.0.3.1 app/assets/stylesheets/cms/includes/animation/animate/rotating/_rotating-entrances.scss
browsercms-artirix-4.0.3 app/assets/stylesheets/cms/includes/animation/animate/rotating/_rotating-entrances.scss
ghost-manager-1.0.0 magneto/source/assets/bower_components/compass-mixins/lib/animation/animate/rotating/_rotating-entrances.scss
browsercms-artirix-4.0.2 app/assets/stylesheets/cms/includes/animation/animate/rotating/_rotating-entrances.scss
browsercms-artirix-4.0.1.1 app/assets/stylesheets/cms/includes/animation/animate/rotating/_rotating-entrances.scss
browsercms-artirix-4.0.0.rc1.art4 app/assets/stylesheets/cms/includes/animation/animate/rotating/_rotating-entrances.scss
browsercms-4.0.0.rc1 app/assets/stylesheets/cms/includes/animation/animate/rotating/_rotating-entrances.css.scss
browsercms-4.0.0.beta app/assets/stylesheets/cms/includes/animation/animate/rotating/_rotating-entrances.css.scss
browsercms-4.0.0.alpha app/assets/stylesheets/cms/includes/animation/animate/rotating/_rotating-entrances.css.scss
animation-0.1.alpha.3 stylesheets/animation/animate/rotating/_rotating-entrances.scss
animation-0.1.alpha.2 stylesheets/animation/animate/rotating/_rotating-entrances.scss
animation-0.1.alpha.1 stylesheets/animation/animate/rotating/_rotating-entrances.scss