bsw/jbe@1309: /** bsw/jbe@1309: * Copyright 2015 Google Inc. All Rights Reserved. bsw/jbe@1309: * bsw/jbe@1309: * Licensed under the Apache License, Version 2.0 (the "License"); bsw/jbe@1309: * you may not use this file except in compliance with the License. bsw/jbe@1309: * You may obtain a copy of the License at bsw/jbe@1309: * bsw/jbe@1309: * http://www.apache.org/licenses/LICENSE-2.0 bsw/jbe@1309: * bsw/jbe@1309: * Unless required by applicable law or agreed to in writing, software bsw/jbe@1309: * distributed under the License is distributed on an "AS IS" BASIS, bsw/jbe@1309: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. bsw/jbe@1309: * See the License for the specific language governing permissions and bsw/jbe@1309: * limitations under the License. bsw/jbe@1309: */ bsw/jbe@1309: bsw/jbe@1309: @import "../variables"; bsw/jbe@1309: bsw/jbe@1309: bsw/jbe@1309: .mdl-animation--default { bsw/jbe@1309: transition-timing-function: $animation-curve-default; bsw/jbe@1309: } bsw/jbe@1309: bsw/jbe@1309: .mdl-animation--fast-out-slow-in { bsw/jbe@1309: transition-timing-function: $animation-curve-fast-out-slow-in; bsw/jbe@1309: } bsw/jbe@1309: bsw/jbe@1309: .mdl-animation--linear-out-slow-in { bsw/jbe@1309: transition-timing-function: $animation-curve-linear-out-slow-in; bsw/jbe@1309: } bsw/jbe@1309: bsw/jbe@1309: .mdl-animation--fast-out-linear-in { bsw/jbe@1309: transition-timing-function: $animation-curve-fast-out-linear-in; bsw/jbe@1309: }