mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
c4dadd58bd
commit
cee4794cd3
64 changed files with 1378 additions and 297 deletions
|
@ -16,9 +16,9 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
/**
|
||||
* Use `Polymer.NeonSharedElementAnimatableBehavior` to implement elements containing shared element
|
||||
* animations.
|
||||
* @polymerBehavior
|
||||
* @polymerBehavior Polymer.NeonSharedElementAnimatableBehavior
|
||||
*/
|
||||
Polymer.NeonSharedElementAnimatableBehavior = [Polymer.NeonAnimatableBehavior, {
|
||||
Polymer.NeonSharedElementAnimatableBehaviorImpl = {
|
||||
|
||||
properties: {
|
||||
|
||||
|
@ -32,6 +32,12 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
|
||||
}
|
||||
|
||||
}];
|
||||
};
|
||||
|
||||
/** @polymerBehavior Polymer.NeonSharedElementAnimatableBehavior */
|
||||
Polymer.NeonSharedElementAnimatableBehavior = [
|
||||
Polymer.NeonAnimatableBehavior,
|
||||
Polymer.NeonSharedElementAnimatableBehaviorImpl
|
||||
];
|
||||
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue