Divider animated wave 3d top clips off

Issues related to previewing and publishing your web site.
Post Reply
wwonderfull
 
 
Posts: 1255
Joined: Fri Aug 21, 2020 8:27 am

Divider animated wave 3d top clips off

Post by wwonderfull »

Divider>animated wave 3d the waves top clips off when animated. Increasing or decreasing height does not fix it. It looks like this

Image
User avatar
Pablo
 
Posts: 21584
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Divider animated wave 3d top clips off

Post by Pablo »

Does this work for you?
https://www.wysiwygwebbuilder.com/suppo ... waves.html

Please always include a demo projetc so I can see all your settings.
wwonderfull
 
 
Posts: 1255
Joined: Fri Aug 21, 2020 8:27 am

Re: Divider animated wave 3d top clips off

Post by wwonderfull »

User avatar
Pablo
 
Posts: 21584
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Divider animated wave 3d top clips off

Post by Pablo »

Where can I download the project file?

Related FAQ:
https://www.wysiwygwebbuilder.com/forum ... 10&t=82134
User avatar
BaconFries
 
 
Posts: 5328
Joined: Thu Aug 16, 2007 7:32 pm

Re: Divider animated wave 3d top clips off

Post by BaconFries »

Please also see the following regarding providing a demo project
https://www.wysiwygwebbuilder.com/forum ... =5&t=88125
wwonderfull
 
 
Posts: 1255
Joined: Fri Aug 21, 2020 8:27 am

Re: Divider animated wave 3d top clips off

Post by wwonderfull »

User avatar
Pablo
 
Posts: 21584
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Divider animated wave 3d top clips off

Post by Pablo »

Your project seems to work correct for me.
Can you please sure that you have the latest build?

Note that each wave has different timing so it will be very difficult to make this configurable.
But if you really want change it then you can use this code:

Code: Select all

<style>
.wave-animated > use:nth-child(1)
{
   animation-delay: -2s;
   animation-duration: 7s;
}
.wave-animated > use:nth-child(2)
{
   animation-delay: -3s;
   animation-duration: 10s;
}
.wave-animated > use:nth-child(3)
{
   animation-delay: -4s;
   animation-duration: 13s;
}
.wave-animated > use:nth-child(4)
{
   animation-delay: -5s;
   animation-duration: 20s;
}
</style>
wwonderfull
 
 
Posts: 1255
Joined: Fri Aug 21, 2020 8:27 am

Re: Divider animated wave 3d top clips off

Post by wwonderfull »

I open a simple project took a simple layout grid did not touch a setting just added a divider but that happens for me I do use 64 bit. and yes I do have the latest version all hot fixes and 16.0.1 and I use Microsoft Edge Browser for preview.
Last edited by wwonderfull on Tue Sep 08, 2020 3:50 pm, edited 1 time in total.
User avatar
Pablo
 
Posts: 21584
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Divider animated wave 3d top clips off

Post by Pablo »

This is what your project looks like for me:
https://wysiwygwebbuilder.com/support/w ... index.html
wwonderfull
 
 
Posts: 1255
Joined: Fri Aug 21, 2020 8:27 am

Re: Divider animated wave 3d top clips off

Post by wwonderfull »

Re-installing it fixed it thanks though previously I had September 7 update today got September 8 update installed.
Thanks Pablo.
Post Reply