update handling of deleted recording files
This commit is contained in:
parent
3a7ed6f85f
commit
dd2b5bc15e
20 changed files with 79 additions and 45 deletions
|
@ -109,7 +109,7 @@ Polymer({
|
|||
hide: function() {
|
||||
this.opened = false;
|
||||
// run fade-out-animation
|
||||
this.playAnimation('fade-out-animation');
|
||||
this.playAnimation('exit');
|
||||
},
|
||||
_onNeonAnimationFinish: function() {
|
||||
if (!this.opened) {
|
||||
|
@ -292,7 +292,6 @@ Single element animations:
|
|||
* `slide-right-animation` Animates transform from `none` to `translateX(100%)`;
|
||||
* `slide-from-left-animation` Animates transform from `translateX(-100%)` to `none`;
|
||||
* `slide-from-right-animation` Animates transform from `translateX(100%)` to `none`;
|
||||
|
||||
* `transform-animation` Animates a custom transform.
|
||||
|
||||
Note that there is a restriction that only one transform animation can be applied on the same element at a time. Use the custom `transform-animation` to combine transform properties.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue