On Thursday, July 9, 2020 at 5:59:22 PM UTC-7, TW Tones wrote:
>
> Eric,
>
> Not something I am after right now but this is impressive. I wonder if 
> there is a way to get a smoother scroll?
>

What do you mean by "smoother"?  The scrolling movement is done with CSS 
transform:translateY(-100%);
and the duration of the movement is done with CSS "transition:transform 
$(scrolltime)$", which uses
default "linear" motion (same rate for the whole transition).  "scrolltime" 
is specified as number of seconds
to be used to complete the full transform motion, and is controlled by a 
field value set on the tiddler
that is being scrolled


>    - I can see tiddlywiki being used as a tele prompter or prompter
>
> Indeed!  That is a very good use-case for auto-scrolling tiddler content. 

>
>    - A recent plugin that allows inline audio would help with scripts and 
>    live audio insertion.
>
>
>    - I have another idea that if we could play a video or audio podcast 
>    with the position in time being able to trigger an action such as at 3:10 
>    seconds trigger a pause, or display a message. Alternatively click at time 
>    x, pause and allow the user to take a note that will appear, at that time 
>    in the future, when replayed. Without going into the detail it could allow 
>    a killer application. 
>
> While that could be an interesting application, that kind of functionality 
is much more complex,
and is definitely outside the scope of what can be achieved with a CSS-only 
solution.
I suspect that it would require use of Javascript code to trigger timer() 
function calls.

-e

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f3697ad9-bcbf-466e-80ff-01d9172d35e5o%40googlegroups.com.

Reply via email to