Questions tagged as 'transform'

3
answers

Css3 stop after finishing the rotation?

I'm using transform: rotate(90deg) to run div when I put the mouse over it. Once the retreat, it returns to the starting position. Is there any way to stop it? I have my code like this .openn{ transition: transform 0.5s ea...
asked by 25.10.2017 / 17:54
1
answer

Error in plot.window (...): need finite 'ylim' values

I have a continuous variable whose n=15000 remarks and displays 451 NA's. When running qqnorm to evaluate the normality, I verified that it does not present normality and so I applied a logarithmic transformation. However, when run...
asked by 07.09.2017 / 14:06
1
answer

Inverse transformation in R for continuous var whose max value = 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 present normal distributio...
asked by 11.09.2017 / 11:24
1
answer

How can I make "unskew" the background image?

Good morning, I'm no expert on this and I'm 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 do not solve. The elements above the image I g...
asked by 15.05.2017 / 12:07
2
answers

Geometric shape with css

I needed to reproduce the image in css, I already tested some transform options and I can not stretch one end. My question is how to get the bottom of the left and make it bigger down the right. I did this in css with after and befor...
asked by 01.12.2017 / 18:49
1
answer

Animation transform scale "blurring" svg while animating

I have a problem to do an animation where I have circle in svg and I need to make it increase until I cover the whole screen, like a FAB that turns into a div, I've done an animation of that but with a lot of background-s...
asked by 17.10.2017 / 00:10
0
answers

How to execute a select in pentaho

I would like to know how I execute sql commands in pentaho, I need to search for certain data by giving select but I already used table input and sql query and it did not work.     
asked by 26.04.2017 / 17:15
2
answers

Scroll effect with opacity works but not with transfform

Good evening, I have this code that works one part and the other not. $(document).on('scroll', function() { /* funciona */ var max_opacity_arrow = 0.3; var min_opacity_arrow = 0.1; var opacity_arrow = max_opacity_arrow * (1 - $...
asked by 28.10.2016 / 23:57