Sha256: d426d727570f57edf943742863e3392db192e7ab8c8572cb59fa70782fad0228

Contents?: true

Size: 942 Bytes

Versions: 6

Compression:

Stored size: 942 Bytes

Contents

//
// Copyright 2017 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//      http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//

@import "./mixins";

.mdc-animation {
  &-deceleration-curve {
    @include mdc-animation-deceleration-curve;
  }

  &-standard-curve {
    @include mdc-animation-standard-curve;
  }

  &-acceleration-curve {
    @include mdc-animation-acceleration-curve;
  }

  &-sharp-curve {
    @include mdc-animation-sharp-curve;
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
material_components_web-sass-0.20.0 vendor/assets/stylesheets/@material/animation/mdc-animation.scss
material_components_web-sass-0.19.0 vendor/assets/stylesheets/@material/animation/mdc-animation.scss
material_components_web-sass-0.18.1 vendor/assets/stylesheets/@material/animation/mdc-animation.scss
material_components_web-sass-0.18.0 vendor/assets/stylesheets/@material/animation/mdc-animation.scss
material_components_web-sass-0.17.0 vendor/assets/stylesheets/@material/animation/mdc-animation.scss
material_components_web-sass-0.16.0 vendor/assets/stylesheets/@material/animation/mdc-animation.scss