Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mixins/_transition.scss')
-rw-r--r--src/mixins/_transition.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mixins/_transition.scss b/src/mixins/_transition.scss
new file mode 100644
index 0000000..0b7497b
--- /dev/null
+++ b/src/mixins/_transition.scss
@@ -0,0 +1,4 @@
+// Component transition
+@mixin control-transition() {
+ transition: all .2s ease;
+}