Thread Starter
FranG
(@frang)
I’m sorry I have removed but know you can see it. 😉
Already clean! 😀
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Missing the full stop before “entry-content”
Ok, you’re using Andrew approach, then you have something like this:
entry-content li:nth-of-type(6)
which should be:
.entry-content li:nth-of-type(6)
Of ‘course this is for all the li, ok?
Thread Starter
FranG
(@frang)
Thank you! It results!
Inspite of this if I want animation (Animation like zoom in and zoom out)in words or quotes what I must do?
Thanks a lot guys!
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Set up a marker so that you have a 3rd state: http://snag.gy/L2MDp.jpg (start, middle, and end).
Start: -200px,
Middle (Marker 1): 0,
End: -200px
Thread Starter
FranG
(@frang)
Good morning
Thank you.
I’ve tried but is not the effect that I want.
For example, if I want the same words (without bullets and just this words) with animation dispersed in the whole body of the text what I must do?
Thanks again.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Could you provide a link to an example of this?