PromucFlow_constructor/app/client/src/constants/ImagesURL.ts
Rishabh Rathod a4c3c6ca9d
fix: Remove Success GIF and Add Tick Animation (#7925)
- Decreased the delay to 3 seconds and
- Added CSS animation instead of GIF which reduces the load time.
- Added Placeholder image for the information image to show while it is loading.
2021-10-13 09:43:57 +00:00

6 lines
239 B
TypeScript

import { ASSETS_CDN_URL } from "./ThirdPartyConstants";
export const getInfoThumbnail = () =>
`${ASSETS_CDN_URL}/crud/crud_info_thumbnail.png`;
export const getInfoImage = (): string =>
`${ASSETS_CDN_URL}/crud/working-flow-chart.png`;