cap style

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
Ruslan3013
 
 
Posts: 70
Joined: Tue Sep 28, 2021 9:37 am

cap style

Post by Ruslan3013 »

is it possible to change so that when scrolling the header of the site where the menu is located, it changes its style? For example, the cap is black, the words on the menu are white, and when scrolling so that it changes, the cap is white and the words on the menu are automatically black
User avatar
Pablo
 
Posts: 23437
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: cap style

Post by Pablo »

This is possible with scroll transitions:
https://www.wysiwygwebbuilder.com/scrol ... tions.html
Ruslan3013
 
 
Posts: 70
Joined: Tue Sep 28, 2021 9:37 am

transition animation for the icon

Post by Ruslan3013 »

isn't it possible to give transition animation to icons? I want the icon color to change when scrolling. I tried in every possible way it does not work. But with labels, the effect is obtained
User avatar
Pablo
 
Posts: 23437
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: cap style

Post by Pablo »

It also works for SVG icons.
However, you will need to tell the browser to use the current color:

Code: Select all

<style>
#Icon1
{
   fill: currentColor !important;
}
</style>
 
Ruslan3013
 
 
Posts: 70
Joined: Tue Sep 28, 2021 9:37 am

Re: cap style

Post by Ruslan3013 »

I make the icon as svg but it doesn't work. And where should I add this code ?
Ruslan3013
 
 
Posts: 70
Joined: Tue Sep 28, 2021 9:37 am

Re: cap style

Post by Ruslan3013 »

would you be able to demonstrate to me how to do this ?
User avatar
Pablo
 
Posts: 23437
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: cap style

Post by Pablo »

The code works.
https://www.wysiwygwebbuilder.com/support/icon_scrolltransitions.html

The code should be placed between the head tags.
Ruslan3013
 
 
Posts: 70
Joined: Tue Sep 28, 2021 9:37 am

Re: cap style

Post by Ruslan3013 »

I do not know where to put the code? please tell me the sequence of actions
Ruslan3013
 
 
Posts: 70
Joined: Tue Sep 28, 2021 9:37 am

Re: cap style

Post by Ruslan3013 »

where exactly should I put this code ?
User avatar
BaconFries
 
 
Posts: 5935
Joined: Thu Aug 16, 2007 7:32 pm

Re: cap style

Post by BaconFries »

where exactly should I put this code ?
Pablo has already said where to between the head tags,!
Page HTML Between the <head>You insert here!!</head>tags*
Ruslan3013
 
 
Posts: 70
Joined: Tue Sep 28, 2021 9:37 am

Re: cap style

Post by Ruslan3013 »

many thanks to the developers for such a program as web builder. This program is so multifunctional that you can build any projects. My words are not advertised)).
Post Reply