(animationName, animationDuration, animationTimingFunction)
| 28362 | rotateN90deg: _createAnimation(ROTATE_N90, "0.1s", EASING_FUNCTION_2) |
| 28363 | }; |
| 28364 | function _createAnimation(animationName, animationDuration, animationTimingFunction) { |
| 28365 | return { |
| 28366 | animationName: animationName, |
| 28367 | animationDuration: animationDuration, |
| 28368 | animationTimingFunction: animationTimingFunction, |
| 28369 | animationFillMode: "both" |
| 28370 | }; |
| 28371 | } |
| 28372 | function _createSlideInX(fromX) { |
| 28373 | return (0, _mergeStyles.keyframes)({ |
| 28374 | from: { |