avivtech
(Aviv Shwartz)
February 17, 2016, 12:16pm
1
Hello
is there a way, or will be one, to transform a child element without the jquery?
example:
when I hover on parent div, a child element will change opacity? or display property?
this is how I do it now - with the built in jquery
http://example-a.webflow.io/
samliew
(webflowexpert.com)
February 17, 2016, 12:20pm
2
Yes, that is what interactions are for.
avivtech
(Aviv Shwartz)
February 17, 2016, 12:23pm
3
not really. the webflow interactions use jquery and not only css.
if I am wrong, please explain
samliew
(webflowexpert.com)
February 17, 2016, 12:27pm
4
Sorry, I misread your question. To do this currently in CSS, you will need to use the custom code block to insert CSS :hover .child
selectors, as the settings panel do not support that.
.parent:hover .child { display: inline-block; }
I have added it to this topic as well for visibility:
Publishing help
Project settings
Compiling a list of lesser-known limitations on Webflow here for reference. This list will be kept updated. Designer Max number of pages per project: 2 (free), 100 (any paid account or project) Max number of characters for project dashboard...
Reading time: 8 mins 🕑
Likes: 137 ❤
2 Likes
system
(system)
Closed
April 18, 2016, 9:39am
6
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.