Okay.
So now I’ve added a 1-sec fade to when you transition from seeing a word, then view its definition on the “back” of the card. I also blurred a free pic of a mosque (photo by Manprit Kalsi) that I downloaded from Pexels to use as background.
So far so good.
But what if I wanted to see not just 1 word, but a bunch of them?
Meaning in more formal terms:
- provide the ability to store a lexicon of words
- let 1 mouse click bring up the next word in a fixed sequence (ie, from the lexicon)
For this, we are going to have to add JavaScript functions.
But before we do that, would it be possible to have an embedded SVG image as background, instead of a link to a jpg pic (which is what Basita 3 does)?
If so, then it might also be instructive to try some SVG special effects, such as blurring.
Okay, these next posts will be technical, so I will put them up on my technical blog, and link to them from here with a general audience non-technical post.