Addon text effect
effect 4 is still rendering above the before after fields, but the overflow issue is now ok.
effect 9 still the same. But, if you add:
span.titleck-effect {
position: relative;
}
The line is contained where it should be.
But, the line moves fully left to right, then the text appears. To me this seems like a timing issue in the JS settings for the effect?
As you have 2 effects running (line & letters) shouldn't the delay for each be similar?
Other than that, you're on the money
Please Log in or Create an account to join the conversation.
fixedIt's the language strings for the menu button title and description.
fixed, you must clear your browser cache to reload thenew fileseffect 4 is still rendering above the before after fields,
fixedeffect 9 still the same.
the code is correct, the problem is that I have used an updated version of anime.js which contains some problem, it works with an older versionAs you have 2 effects running (line & letters) shouldn't the delay for each be similar?
this will be fixed in the next version
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
it works with an older version
Let's go with the old version then.
As they say "If it isn't broken, don't fix it "
Please Log in or Create an account to join the conversation.
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
after 2 months daily "work" PBCKpro I discovered the "Animated Text" addon, I never touched it..., a shame
Here is my question?
Is there a way to limit the transition to only 1 time?
I wanna use it on an H1 Title, fade in 1 time, and that's it, - pause than.
Do you have an idea?
Regards,
Tino
Page Builder CK Pro v3 +++ Template Creator Pro v5 +++ Tiny MCE +++ JCE
Browser: Brave (Chrome) +++ Waterfox (Mozilla)
Joomla! v5 +++ php v8.2.12 +++ mysql v8.0.35
Please Log in or Create an account to join the conversation.
there is no option for that currently, you can try that :
- select your effect number (1, 2, 3....)
- go in the file
and locate the functionplugins\pagebuilderck\animatedtext\assets\animatedtext.js
where XX is your effect numberfunction PBCK_animatedtext_effect_XX(selector) {
- copy/paste the JS function into a JS file from your template
- modify the function, it shall apply, for example
anime.timeline({loop: false})
you must check that you own JS function is called after the file animatedtext.js in your page
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.