This repository was archived by the owner on Jan 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 27
27
@function mdc-animation-exit-temporary ($name , $duration , $delay : 0ms ) {
28
28
@return $name $duration $delay $mdc-animation-sharp-curve-timing-function ;
29
29
}
30
+
31
+ @function mdc-animation-standard ($name , $duration , $delay : 0ms ) {
32
+ @return $name $duration $delay $mdc-animation-standard-curve-timing-function ;
33
+ }
Original file line number Diff line number Diff line change 14
14
// limitations under the License.
15
15
//
16
16
17
- $mdc-slidable-drawer-transition-close-time : .195 s ;
18
- $mdc-slidable-drawer-transition-open-time : .225 s ;
19
- $mdc-slidable-drawer-transition-close : mdc-animation-exit-temporary (transform , $mdc-slidable-drawer-transition-close-time );
20
- $mdc-slidable-drawer-transition-open : mdc-animation-enter (transform , $mdc-slidable-drawer-transition-open-time );
17
+ $mdc-slidable-drawer-transition-close-time : 200 ms ;
18
+ $mdc-slidable-drawer-transition-open-time : 250 ms ;
19
+ $mdc-slidable-drawer-transition-close : mdc-animation-standard (transform , $mdc-slidable-drawer-transition-close-time );
20
+ $mdc-slidable-drawer-transition-open : mdc-animation-standard (transform , $mdc-slidable-drawer-transition-open-time );
You can’t perform that action at this time.
0 commit comments