{ "version": 3, "sources": ["src/app/animations/fade.animations.ts"], "sourcesContent": ["/**\n * Copyright (c) 2020-2024 by Bosch.IO GmbH\n *\n * http://www.bosch.io\n * All rights reserved,\n * also regarding any disposal, exploitation, reproduction,\n * editing, distribution, as well as in the event of\n * applications for industrial property rights.\n *\n * This software is the confidential and proprietary information\n * of Bosch.IO GmbH. You shall not disclose\n * such Confidential Information and shall use it only in\n * accordance with the terms of the license agreement you\n * entered into with Bosch.IO.\n */\nimport { animate, animation, style } from '@angular/animations';\n\nexport const fadeIn = animation([\n style({ opacity: 0 }),\n animate('{{time}}', style({ opacity: 1 })),\n]);\n\nexport const fadeOut = animation([animate('{{time}}', style({ opacity: 0 }))]);\n"], "mappings": ";;;;;;;AAiBO,IAAM,SAAS,UAAU;EAC9B,MAAM,EAAE,SAAS,EAAC,CAAE;EACpB,QAAQ,YAAY,MAAM,EAAE,SAAS,EAAC,CAAE,CAAC;CAC1C;AAEM,IAAM,UAAU,UAAU,CAAC,QAAQ,YAAY,MAAM,EAAE,SAAS,EAAC,CAAE,CAAC,CAAC,CAAC;", "names": [] }