This commit is contained in:
figureslibres
2018-10-02 00:00:12 +02:00
parent 8d3fd0c396
commit 5e77216f31
239 changed files with 709 additions and 469 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+3
View File
@@ -413,6 +413,7 @@ function paperjs(targets, h_parts) {
path.fullySelected = false;
path._reseaux = "OutilsGoogle";
var path2 = new paper.Path({
fillColor: 'grey',
});
@@ -540,6 +541,7 @@ function paperjs(targets, h_parts) {
view.onFrame = function(event) {
for (var i = 0; i <= amount.length; i++) {
// all
var segment = path.segments[i];
@@ -652,6 +654,7 @@ function paperjs(targets, h_parts) {
segment13.point.x = cos13 * width13 + left13 + 400; segment13.point.y = sinus13 * height13 + top13 + 150;
segment14.point.x = cos14 * width14 + left14 + 400; segment14.point.y = sinus14 * height14 + top14 + 150;
// Rotate blob
path.rotate(rotatex);
path2.rotate(rotatex2);
+1 -6
View File
@@ -88,12 +88,7 @@ body{
}
#images{
img{
filter: grayscale(100%) contrast(1);
transition: filter 0.5s;
&:hover{
filter: grayscale(0%);
transition: filter 0.5s;
}
}
}
#links{