Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F4793102
component-animations.less
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
709 B
Referenced Files
None
Subscribers
None
component-animations.less
View Options
//
//
Component
animations
//
--------------------------------------------------
//
Heads
up
!
//
//
We
don
'
t
use
the
`
.
opacity
()
`
mixin
here
since
it
causes
a
bug
with
text
//
fields
in
IE7-8
.
Source
:
https
://
github
.
com
/
twbs
/
bootstrap
/
pull
/
3552
.
.
fade
{
opacity
:
0
;
.transition(opacity
.15s
linear)
;
&.in
{
opacity
:
1
;
}
}
.
collapse
{
display
:
none
;
visibility
:
hidden
;
&.in
{
display
:
block
;
visibility
:
visible
;
}
tr
&
.
in
{
display
:
table-row
;
}
tbody
&
.
in
{
display
:
table-row-group
;
}
}
.
collapsing
{
position
:
relative
;
height
:
0
;
overflow
:
hidden
;
.transition-property(~"height,
visibility")
;
.transition-duration(.35s)
;
.transition-timing-function(ease)
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Feb 28, 21:39 (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2436062
Default Alt Text
component-animations.less (709 B)
Attached To
Mode
rGROVE Auth Grove
Attached
Detach File
Event Timeline
Log In to Comment