mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-02-22 08:00:47 -08:00
Animate tiddler closures to the left
As @pmario points out, avoids nasty interactions with the sidebar
This commit is contained in:
parent
608175803b
commit
059a36b23d
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ ClassicListView.prototype.remove = function(index) {
|
|||
{transition: $tw.utils.roundTripPropertyName("transform") + " " + $tw.config.preferences.animationDurationMs + " ease-in-out, " +
|
||||
"opacity " + $tw.config.preferences.animationDurationMs + " ease-in-out, " +
|
||||
"margin-bottom " + $tw.config.preferences.animationDurationMs + " ease-in-out"},
|
||||
{transform: "translateX(" + currWidth + "px)"},
|
||||
{transform: "translateX(-" + currWidth + "px)"},
|
||||
{marginBottom: (-currHeight) + "px"},
|
||||
{opacity: "0.0"}
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue