Merge pull request #13144 from mike-000/popup

Replace deprecated syntax in example
This commit is contained in:
Tim Schaub
2021-12-20 15:18:15 -07:00
committed by GitHub
+3 -2
View File
@@ -18,10 +18,11 @@ const closer = document.getElementById('popup-closer');
*/
const overlay = new Overlay({
element: container,
autoPan: true,
autoPanAnimation: {
autoPan: {
animation: {
duration: 250,
},
},
});
/**