Most voted "transform" questions
13 questions
Sort by count of
-
5
votes3
answers158
viewsCss3 stop after finishing rotation?
I am wearing transform: rotate(90deg) to rotate a div when I put the mouse on top. Once I remove it, it returns to its initial position. There is a way to stop it? I have my code like this .openn{…
-
4
votes1
answer688
viewsError in Plot.window(...) : need Finite 'ylim' values
I have a continuous variable whose n=15000 comments and 451 Als. When rotating the qqnorm For the evaluation of normality, I verified that it does not present normality and therefore I applied a…
-
2
votes1
answer124
viewsHow to run a select on Pentaho
I would like to know how I execute sql commands on So, I need to search certain data giving select but I already used table input and sql query and it didn’t work.
-
2
votes1
answer64
viewsHow can I "unskew" the background image?
Good morning, I am no expert on this and I am tired of looking for a solution to counter the skew given to the main container. Basically all the solutions that I have been able to understand so far…
-
2
votes1
answer44
viewsReverse transformation in R to var continues with max = Inf
I have the following var continuous: > summary(banco1$rac) Min. 1st Qu. Median Mean 3rd Qu. Max. NA's 0.000 5.077 6.694 17.380 8.728 4917.000 465 This var does not have normal distribution and so…
-
2
votes1
answer65
viewsHow do I access the brother element to open the side menu
When I was doing like this: * { margin: 0; padding: 0; } .fa-file-excel { color: green; background-color: #f9f9f9; } body { background-color: #f9f9f9; } header { height: 50px; width: 100%; position:…
-
1
votes1
answer79
viewsAnimation Transform "blurring" svg while animating
I’m having a problem making an animation where I have one circle in svg and I need to make it go up to cover the entire screen, like a FAB which transforms into a div, I’ve done an animation of this…
-
1
votes2
answers77
viewsGeometric shape with css
I needed to play the image in css, I tried some options of Transform and I can’t stretch one end. My question is how to take the bottom of the left and make it bigger downward than the right. The…
-
1
votes1
answer46
viewsHow to give a translateY with Banse in the current value of translateX?
I have a box that moves to one side and to the other using translateX ai I put a pseudo class to emulate a jump with translateY when the user hovers over the parent container of this box. The…
-
0
votes2
answers59
viewsScroll effect with opacity works but with transfform does not
Good evening, I have this code that works one part and the other part does not. $(document).on('scroll', function() { /* funciona */ var max_opacity_arrow = 0.3; var min_opacity_arrow = 0.1; var…
-
0
votes1
answer146
viewsTranspose column to row with condition in r
I have a file with a column and I would like to transfer it with one condition: the first number that appears and the subsequent lines should be in a row df <- data.frame(Coluna = c(1, "ALDO…
-
0
votes0
answers17
viewsTypeorm filter columns that have been transformed
I used the typeorm-Encrypted, to encrypt columns containing sensitive application data via the parameter Transformer as shown below: @PrimaryColumn() protocolo: number; @Column({ nullable: false,…
-
-1
votes1
answer71
viewsUnity revolution counter
I’m studying the game Flippy Knife, and I used Addrelativetorque to turn the knife and apply the 360 that always adds 1 point, but when trying to count the score checking if the knife has reached a…