mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 00:50:28 +00:00
A different animation for hiding notifications
Only slightly different, but it seems to add visual interest
This commit is contained in:
parent
c885dabdb7
commit
8796f312cb
@ -64,7 +64,7 @@ Notifier.prototype.display = function(title,options) {
|
||||
$tw.utils.forceLayout(notification);
|
||||
$tw.utils.setStyle(notification,[
|
||||
{opacity: "0.0"},
|
||||
{transform: "translateY(" + (-window.innerHeight) + "px)"}
|
||||
{transform: "translateX(" + (notification.offsetWidth) + "px)"}
|
||||
]);
|
||||
// Set up an event for the transition end
|
||||
notification.addEventListener($tw.utils.convertEventName("transitionEnd"),function(event) {
|
||||
|
Loading…
Reference in New Issue
Block a user