Sha256: 3e57338c5ac4bda246fa5b0667ef50cd4bf2a83fc5a2a39a6faa189d2aa9e2c7

Contents?: true

Size: 1011 Bytes

Versions: 12

Compression:

Stored size: 1011 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 "./variables";

@mixin mdc-animation-linear-out-slow-in {
  animation-timing-function: $mdc-animation-linear-out-slow-in-timing-function;
}

@mixin mdc-animation-fast-out-slow-in {
  animation-timing-function: $mdc-animation-fast-out-slow-in-timing-function;
}

@mixin mdc-animation-fast-out-linear-in {
  animation-timing-function: $mdc-animation-fast-out-linear-in-timing-function;
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
material_components_web-sass-0.15.0 vendor/assets/stylesheets/@material/animation/_mixins.scss
material_components_web-sass-0.14.0.1 vendor/assets/stylesheets/@material/animation/_mixins.scss
material_components_web-sass-0.14.0 vendor/assets/stylesheets/@material/animation/_mixins.scss
material_components_web-sass-0.13.0 vendor/assets/stylesheets/@material/animation/_mixins.scss
material_components_web-sass-0.12.1 vendor/assets/stylesheets/@material/animation/_mixins.scss
material_components_web-sass-0.12.0 vendor/assets/stylesheets/@material/animation/_mixins.scss
material_components_web-sass-0.11.1 vendor/assets/stylesheets/@material/animation/_mixins.scss
material_components_web-sass-0.11.0 vendor/assets/stylesheets/@material/animation/_mixins.scss
material_components_web-sass-0.10.0.1 vendor/assets/stylesheets/@material/animation/_mixins.scss
material_components_web-sass-0.10.0 vendor/assets/stylesheets/@material/animation/_mixins.scss
material_components_web-sass-0.9.1 vendor/assets/stylesheets/@material/animation/_mixins.scss
material_components_web-sass-0.9.0 vendor/assets/stylesheets/@material/animation/_mixins.scss