Bootstrap 3 Zusammenbruch (rechts nach links)

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Bootstrap 3 Zusammenbruch (rechts nach links)

by Anonymous » 13 Apr 2025, 07:05

Es gibt einige Beiträge, in denen das Zusammenbruch von links nach rechts diskutiert wird, und es gibt einige Geigenbeispiele hier . Aber ich möchte, dass der Zusammenbruch von rechts nach links stattfindet. Ist das nur mit dem unten gezeigten Code möglich?

Code: Select all

 #demo.width {[b]    height: auto;
-webkit-transition: width 0.35s ease;
-moz-transition: width 0.35s ease;
-o-transition: width 0.35s ease;
transition: width 0.35s ease;
}< /code>

[*]



Horizontal Collapsible




Here is my content




Works in FF 24.0, IE 10.

Doesn't work in Chrome 30.0.1599.1.1[/b]
[list]
Bounces on Show
[*]Hide has no transition
[/list]

Top