maj
This commit is contained in:
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
@@ -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);
|
||||
|
||||
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user