Skip to content

Instantly share code, notes, and snippets.

View adamma1024's full-sized avatar
🎧
learning & fighting

Adam Ma adamma1024

🎧
learning & fighting
View GitHub Profile
@adamma1024
adamma1024 / antd-react-animation-styles.css
Created November 5, 2020 08:21 — forked from brandonmp/antd-react-animation-styles.css
animation css extracted from antd react
/* Even though we import all styles/js modularly, these
* global animation-related styles don't make it, so we add them separately. */
.move-up-appear,
.move-up-enter,
.move-up-leave {
-webkit-animation-duration: .2s;
animation-duration: .2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-play-state: paused;
@adamma1024
adamma1024 / cloudSettings
Last active January 6, 2022 11:36 — forked from paulirish/what-forces-layout.md
What forces layout/reflow. The comprehensive list.
{"lastUpload":"2022-01-06T11:36:05.602Z","extensionVersion":"v3.4.3"}