R
R
Ruslan Vladimirovich2019-02-12 17:50:20
Joomla
Ruslan Vladimirovich, 2019-02-12 17:50:20

How to return the original position of the figure after I remove the cursor from it?

Hello, here is the code https://jsfiddle.net/bulllls/c4m39ydf/14/ , please tell me how to return the original view of the shape after I remove the cursor from it. Now, when you hover over the shape, the shape transforms and remains in the same position.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
strelmax, 2016-08-07
@ruslite

Redirect 301 /component/users/?view=login mysite.ru
described here:
web-optimizator.com/301-redirekt-htaccess

T
tegrato, 2019-11-08
@tegrato

This is how you should write :

RewriteCond %{REQUEST_URI} /component/users [NC]
RewriteCond %{QUERY_STRING} view=login [NC]
RewriteRule .* https://yoursite.ru/? [R=301,L]

From: https://skalolaskovy.ru

0
0xD34F, 2019-02-12
@bulllls

$('.block').on('mouseout', function(e) {
  e.target.style.transform = '';
});

S
Stalker_RED, 2019-02-12
@Stalker_RED

On the mouseout event, hang a return to the original position.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question