* Utility to animate the shared options, that are potentially affecting multiple elements. * @protected
(sharedOptions, mode, newOptions)
| 908 | * @protected |
| 909 | */ |
| 910 | updateSharedOptions(sharedOptions, mode, newOptions) { |
| 911 | if (sharedOptions && !isDirectUpdateMode(mode)) { |
| 912 | this._resolveAnimations(undefined, mode).update(sharedOptions, newOptions); |
| 913 | } |
| 914 | } |
| 915 | |
| 916 | /** |
| 917 | * @private |
no test coverage detected