Page 1 of 1

Divider animated wave 3d top clips off

Posted: Tue Sep 08, 2020 1:59 pm
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

Re: Divider animated wave 3d top clips off

Posted: Tue Sep 08, 2020 2:23 pm
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.

Re: Divider animated wave 3d top clips off

Posted: Tue Sep 08, 2020 3:03 pm
by wwonderfull

Re: Divider animated wave 3d top clips off

Posted: Tue Sep 08, 2020 3:11 pm
by Pablo
Where can I download the project file?

Related FAQ:
https://www.wysiwygwebbuilder.com/forum ... 10&t=82134

Re: Divider animated wave 3d top clips off

Posted: Tue Sep 08, 2020 3:17 pm
by BaconFries
Please also see the following regarding providing a demo project
https://www.wysiwygwebbuilder.com/forum ... =5&t=88125

Re: Divider animated wave 3d top clips off

Posted: Tue Sep 08, 2020 3:18 pm
by wwonderfull

Re: Divider animated wave 3d top clips off

Posted: Tue Sep 08, 2020 3:39 pm
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>

Re: Divider animated wave 3d top clips off

Posted: Tue Sep 08, 2020 3:43 pm
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.

Re: Divider animated wave 3d top clips off

Posted: Tue Sep 08, 2020 3:49 pm
by Pablo
This is what your project looks like for me:
https://wysiwygwebbuilder.com/support/w ... index.html

Re: Divider animated wave 3d top clips off

Posted: Tue Sep 08, 2020 3:51 pm
by wwonderfull
Re-installing it fixed it thanks though previously I had September 7 update today got September 8 update installed.
Thanks Pablo.