From: nael Date: Tue, 5 Feb 2019 10:40:53 +0000 (+0100) Subject: wait #2282 @3 debug animation iOS X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=4c7d4a4938299fefc6b16ef5d778ffaf684797f4;p=Animations.git wait #2282 @3 debug animation iOS --- diff --git a/Animation-Chiffres/chiffres-1.zip b/Animation-Chiffres/chiffres-1.zip index f4e56e4..4be0ad7 100644 Binary files a/Animation-Chiffres/chiffres-1.zip and b/Animation-Chiffres/chiffres-1.zip differ diff --git a/Animation-Chiffres/chiffres-10.zip b/Animation-Chiffres/chiffres-10.zip index 1c7b396..c1215b4 100644 Binary files a/Animation-Chiffres/chiffres-10.zip and b/Animation-Chiffres/chiffres-10.zip differ diff --git a/Animation-Chiffres/chiffres-11.zip b/Animation-Chiffres/chiffres-11.zip index 0be4add..7abe58d 100644 Binary files a/Animation-Chiffres/chiffres-11.zip and b/Animation-Chiffres/chiffres-11.zip differ diff --git a/Animation-Chiffres/chiffres-12.zip b/Animation-Chiffres/chiffres-12.zip index 3cf5c6d..ed73ad4 100644 Binary files a/Animation-Chiffres/chiffres-12.zip and b/Animation-Chiffres/chiffres-12.zip differ diff --git a/Animation-Chiffres/chiffres-2.zip b/Animation-Chiffres/chiffres-2.zip index b6b7f6a..26bcc60 100644 Binary files a/Animation-Chiffres/chiffres-2.zip and b/Animation-Chiffres/chiffres-2.zip differ diff --git a/Animation-Chiffres/chiffres-3.zip b/Animation-Chiffres/chiffres-3.zip index 854f158..89ebf76 100644 Binary files a/Animation-Chiffres/chiffres-3.zip and b/Animation-Chiffres/chiffres-3.zip differ diff --git a/Animation-Chiffres/chiffres-4.zip b/Animation-Chiffres/chiffres-4.zip index 29a3aea..f59aa4b 100644 Binary files a/Animation-Chiffres/chiffres-4.zip and b/Animation-Chiffres/chiffres-4.zip differ diff --git a/Animation-Chiffres/chiffres-5.zip b/Animation-Chiffres/chiffres-5.zip index 66713fb..b925b12 100644 Binary files a/Animation-Chiffres/chiffres-5.zip and b/Animation-Chiffres/chiffres-5.zip differ diff --git a/Animation-Chiffres/chiffres-6.zip b/Animation-Chiffres/chiffres-6.zip index e5e7b6b..10b21b8 100644 Binary files a/Animation-Chiffres/chiffres-6.zip and b/Animation-Chiffres/chiffres-6.zip differ diff --git a/Animation-Chiffres/chiffres-7.zip b/Animation-Chiffres/chiffres-7.zip index b215e71..15ba324 100644 Binary files a/Animation-Chiffres/chiffres-7.zip and b/Animation-Chiffres/chiffres-7.zip differ diff --git a/Animation-Chiffres/chiffres-8.zip b/Animation-Chiffres/chiffres-8.zip index 4e7c252..4dce083 100644 Binary files a/Animation-Chiffres/chiffres-8.zip and b/Animation-Chiffres/chiffres-8.zip differ diff --git a/Animation-Chiffres/chiffres-9.zip b/Animation-Chiffres/chiffres-9.zip index b399fed..adb3215 100644 Binary files a/Animation-Chiffres/chiffres-9.zip and b/Animation-Chiffres/chiffres-9.zip differ diff --git a/Animation-Chiffres/chiffres/index.html b/Animation-Chiffres/chiffres/index.html index 76c3fa5..902fa71 100644 --- a/Animation-Chiffres/chiffres/index.html +++ b/Animation-Chiffres/chiffres/index.html @@ -91,6 +91,7 @@ var Hauteur = window.innerHeight; var HauteurElem = 100; var ScaleValue = Hauteur / HauteurElem; + console.log(Hauteur); id.style.transform = ("scale(" + ScaleValue + ")"); } @@ -102,6 +103,8 @@ }, delay * 1000); } + +