Skip to content

Commit

Permalink
إصلاح الإنيميشن
Browse files Browse the repository at this point in the history
  • Loading branch information
islamiaat committed Jan 13, 2023
1 parent 383e992 commit 2c5ae2b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pages/adhkar/evening.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../../public/css/barWindow.css">
<link rel="stylesheet" href="../../public/css/adhkar2.css">
<link rel="stylesheet" href="../public/css/animate.min.css">
<link rel="stylesheet" href="../../public/css/animate.min.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion pages/adhkar/food.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../../public/css/barWindow.css">
<link rel="stylesheet" href="../../public/css/adhkar2.css">
<link rel="stylesheet" href="../public/css/animate.min.css">
<link rel="stylesheet" href="../../public/css/animate.min.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion pages/adhkar/morning.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../../public/css/barWindow.css">
<link rel="stylesheet" href="../../public/css/adhkar2.css">
<link rel="stylesheet" href="../public/css/animate.min.css">
<link rel="stylesheet" href="../../public/css/animate.min.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion pages/adhkar/prayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../../public/css/barWindow.css">
<link rel="stylesheet" href="../../public/css/adhkar2.css">
<link rel="stylesheet" href="../public/css/animate.min.css">
<link rel="stylesheet" href="../../public/css/animate.min.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion pages/adhkar/sleeping.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../../public/css/barWindow.css">
<link rel="stylesheet" href="../../public/css/adhkar2.css">
<link rel="stylesheet" href="../public/css/animate.min.css">
<link rel="stylesheet" href="../../public/css/animate.min.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion pages/adhkar/tasbih.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../../public/css/barWindow.css">
<link rel="stylesheet" href="../../public/css/adhkar2.css">
<link rel="stylesheet" href="../public/css/animate.min.css">
<link rel="stylesheet" href="../../public/css/animate.min.css">
</head>

<body>
Expand Down
1 change: 0 additions & 1 deletion preload/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module.exports = function info() {

if (document.getElementById('main')) {

document.documentElement.style.setProperty('--animate-duration', '2.0s');
let page_quran = document.getElementById('page_quran');
let page_quran_mp3 = document.getElementById('page_quran_mp3');
let page_adhkar = document.getElementById('page_adhkar');
Expand Down
2 changes: 2 additions & 0 deletions preload/preload.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ window.addEventListener('DOMContentLoaded', async (e) => {
barWindow(ipcRenderer);

const App_Path = await ipcRenderer.invoke('App_Path');

document.documentElement.style.setProperty('--animate-duration', '2.0s');

/* PAGES */
home();
Expand Down

0 comments on commit 2c5ae2b

Please sign in to comment.