Hi,
Thanks for the link and screenshot, though I’m not sure exactly what is missing? Could you try to clarify that a bit please? I’ll tag our turkish speaking moderator for the topic as well.
Best regards,
Rikard
and by the way an opacity is on definition
0 (zero) to 1 (100%)
so if there is 100 this is wrong
if you like to have something between those values (e.g. 0.47) be sure to use a dot not a comma
thanks for comments.. i solved this CSS coode ..
`.wpb_animate_when_almost_visible {
opacity: 100;
}
.wpb_animate_when_almost_visible {
opacity: 1;
}
The opacity property can take a value from 0.0 – 1.0. The lower value, the more transparent:
Ok thanks