Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
f5bcfaec
Commit
f5bcfaec
authored
13 years ago
by
Jacob Thornton
Browse files
Options
Download
Email Patches
Plain Diff
ease-in-out slide transition
parent
3fb6f6ee
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
bootstrap.css
+6
-6
bootstrap.css
bootstrap.min.css
+1
-1
bootstrap.min.css
lib/thumbnails.less
+1
-1
lib/thumbnails.less
with
8 additions
and
8 deletions
+8
-8
bootstrap.css
+
6
-
6
View file @
f5bcfaec
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Mon Jan 2 22:3
0:09
PST 2012
* Date: Mon Jan 2 22:3
3:44
PST 2012
*/
*/
html
,
body
{
html
,
body
{
margin
:
0
;
margin
:
0
;
...
@@ -2595,11 +2595,11 @@ a.thumbnail:hover {
...
@@ -2595,11 +2595,11 @@ a.thumbnail:hover {
.carousel
.item
{
.carousel
.item
{
display
:
none
;
display
:
none
;
position
:
relative
;
position
:
relative
;
-webkit-transition
:
0.
25s
linear
left
;
-webkit-transition
:
0.
6s
ease-in-out
left
;
-moz-transition
:
0.
25s
linear
left
;
-moz-transition
:
0.
6s
ease-in-out
left
;
-ms-transition
:
0.
25s
linear
left
;
-ms-transition
:
0.
6s
ease-in-out
left
;
-o-transition
:
0.
25s
linear
left
;
-o-transition
:
0.
6s
ease-in-out
left
;
transition
:
0.
25s
linear
left
;
transition
:
0.
6s
ease-in-out
left
;
}
}
.carousel
.active
,
.carousel
.next
,
.carousel
.prev
{
.carousel
.active
,
.carousel
.next
,
.carousel
.prev
{
display
:
block
;
display
:
block
;
...
...
This diff is collapsed.
Click to expand it.
bootstrap.min.css
+
1
-
1
View file @
f5bcfaec
...
@@ -343,7 +343,7 @@ a.thumbnail:hover{border-color:#0069d6;-webkit-box-shadow:0 1px 4px rgba(0, 105,
...
@@ -343,7 +343,7 @@ a.thumbnail:hover{border-color:#0069d6;-webkit-box-shadow:0 1px 4px rgba(0, 105,
.thumbnail
>
img
{
display
:
block
;
max-width
:
100%
;}
.thumbnail
>
img
{
display
:
block
;
max-width
:
100%
;}
.thumbnail
.caption
{
padding
:
9px
;}
.thumbnail
.caption
{
padding
:
9px
;}
.carousel
{
position
:
relative
;}
.carousel
.carousel-inner
{
overflow
:
hidden
;
width
:
100%
;
position
:
relative
;}
.carousel
{
position
:
relative
;}
.carousel
.carousel-inner
{
overflow
:
hidden
;
width
:
100%
;
position
:
relative
;}
.carousel
.item
{
display
:
none
;
position
:
relative
;
-webkit-transition
:
0.
25s
linear
left
;
-moz-transition
:
0.
25s
linear
left
;
-ms-transition
:
0.
25s
linear
left
;
-o-transition
:
0.
25s
linear
left
;
transition
:
0.
25s
linear
left
;}
.carousel
.item
{
display
:
none
;
position
:
relative
;
-webkit-transition
:
0.
6s
ease-in-out
left
;
-moz-transition
:
0.
6s
ease-in-out
left
;
-ms-transition
:
0.
6s
ease-in-out
left
;
-o-transition
:
0.
6s
ease-in-out
left
;
transition
:
0.
6s
ease-in-out
left
;}
.carousel
.active
,
.carousel
.next
,
.carousel
.prev
{
display
:
block
;}
.carousel
.active
,
.carousel
.next
,
.carousel
.prev
{
display
:
block
;}
.carousel
.next
,
.carousel
.prev
{
position
:
absolute
;
top
:
0
;
width
:
100%
;}
.carousel
.next
,
.carousel
.prev
{
position
:
absolute
;
top
:
0
;
width
:
100%
;}
.carousel
.next
{
left
:
100%
;}
.carousel
.next
{
left
:
100%
;}
...
...
This diff is collapsed.
Click to expand it.
lib/thumbnails.less
+
1
-
1
View file @
f5bcfaec
...
@@ -46,7 +46,7 @@ a.thumbnail:hover {
...
@@ -46,7 +46,7 @@ a.thumbnail:hover {
.item {
.item {
display: none;
display: none;
position: relative;
position: relative;
.transition(.
25s linear
left);
.transition(.
6s ease-in-out
left);
}
}
.active, .next, .prev { display: block; }
.active, .next, .prev { display: block; }
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment