Divider>animated wave 3d the waves top clips off when animated. Increasing or decreasing height does not fix it. It looks like this
Divider animated wave 3d top clips off
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/publish.html
http://www.wysiwygwebbuilder.com/preview.html
Frequently Asked Questions about Publishing
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/publish.html
http://www.wysiwygwebbuilder.com/preview.html
Frequently Asked Questions about Publishing
-
-
- Posts: 1440
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: Divider animated wave 3d top clips off
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.
https://www.wysiwygwebbuilder.com/suppo ... waves.html
Please always include a demo projetc so I can see all your settings.
-
-
- Posts: 1440
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: Divider animated wave 3d top clips off
Where can I download the project file?
Related FAQ:
https://www.wysiwygwebbuilder.com/forum ... 10&t=82134
Related FAQ:
https://www.wysiwygwebbuilder.com/forum ... 10&t=82134
- BaconFries
-
- Posts: 5648
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Divider animated wave 3d top clips off
Please also see the following regarding providing a demo project
https://www.wysiwygwebbuilder.com/forum ... =5&t=88125
https://www.wysiwygwebbuilder.com/forum ... =5&t=88125
-
-
- Posts: 1440
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: Divider animated wave 3d top clips off
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:
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>
-
-
- Posts: 1440
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: Divider animated wave 3d top clips off
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.
Re: Divider animated wave 3d top clips off
This is what your project looks like for me:
https://wysiwygwebbuilder.com/support/w ... index.html
https://wysiwygwebbuilder.com/support/w ... index.html
-
-
- Posts: 1440
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: Divider animated wave 3d top clips off
Re-installing it fixed it thanks though previously I had September 7 update today got September 8 update installed.
Thanks Pablo.
Thanks Pablo.