aboutsummaryrefslogtreecommitdiffstats
path: root/g/fa/docs/assets/less/tw-bs-201/component-animations.less
diff options
context:
space:
mode:
Diffstat (limited to 'g/fa/docs/assets/less/tw-bs-201/component-animations.less')
-rwxr-xr-xg/fa/docs/assets/less/tw-bs-201/component-animations.less18
1 files changed, 0 insertions, 18 deletions
diff --git a/g/fa/docs/assets/less/tw-bs-201/component-animations.less b/g/fa/docs/assets/less/tw-bs-201/component-animations.less
deleted file mode 100755
index 4f2a4fd11..000000000
--- a/g/fa/docs/assets/less/tw-bs-201/component-animations.less
+++ /dev/null
@@ -1,18 +0,0 @@
-// COMPONENT ANIMATIONS
-// --------------------
-
-.fade {
- .transition(opacity .15s linear);
- opacity: 0;
- &.in {
- opacity: 1;
- }
-}
-
-.collapse {
- .transition(height .35s ease);
- position:relative;
- overflow:hidden;
- height: 0;
- &.in { height: auto; }
-}