Click here to Skip to main content
15,886,873 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Power Point?! Pin
Southmountain31-Aug-23 19:50
Southmountain31-Aug-23 19:50 
AnswerRe: Power Point?! Pin
Sergey Alexandrovich Kryukov31-Aug-23 20:08
mvaSergey Alexandrovich Kryukov31-Aug-23 20:08 
GeneralRe: Power Point?! Pin
Nelek31-Aug-23 21:06
protectorNelek31-Aug-23 21:06 
AnswerBugs and your advice Pin
Sergey Alexandrovich Kryukov31-Aug-23 22:15
mvaSergey Alexandrovich Kryukov31-Aug-23 22:15 
GeneralRe: Bugs and your advice Pin
Nelek1-Sep-23 5:23
protectorNelek1-Sep-23 5:23 
AnswerPresentation follow-up Pin
Sergey Alexandrovich Kryukov1-Sep-23 5:44
mvaSergey Alexandrovich Kryukov1-Sep-23 5:44 
GeneralRe: Presentation follow-up Pin
Nelek1-Sep-23 8:59
protectorNelek1-Sep-23 8:59 
AnswerWebP and animation Pin
Sergey Alexandrovich Kryukov1-Sep-23 9:47
mvaSergey Alexandrovich Kryukov1-Sep-23 9:47 
Nelek,

Thank you for the clarification.
Nelek wrote:
the animation is actually an external file (i.e. *.WebP) so you can't jump to “the last line” of it...
Not quite. The animation comes in several ways: 1) animated bitmap file (for example, multi-layered (animated) .webp, 2) animated SVG, 3) just video, such as .WebP, that is, any media files, representable by a browser. If the video frame type is specified, it is done not directly, but by placing in a standard <video> element. Therefore, all these presentation frames (not to be confused with video frames) could be navigated to the next or previous presentation frame, at any time.

But that's not all. The presentation doesn't have to be an external file. Also, it could be some HTML section, identified by the system by some simple rules, and that HTML fragment can be either static or it can use CSS animation. But CSS-animated HTML content is nothing more than just a state of a Web page, so it also can be navigated to the next or previous presentation frame. In fact, during the presentation, no one can even see the difference in the nature of the presentation frames. The only exception is the characteristic look of a <video> element with its well-known controls, but only it is not operating in a full-screen mode.

I would say, all the power I see in this approach is its uniform behavior of all frames, no matter what is their nature.

Thank you for the discussion again. I'll greatly appreciate any notes, ideas, suggestions, and especially any criticism.

Thank you.
—SA
Sergey A Kryukov

GeneralFixed, added Credit Pin
Sergey Alexandrovich Kryukov4-Sep-23 5:07
mvaSergey Alexandrovich Kryukov4-Sep-23 5:07 
GeneralRe: Fixed, added Credit Pin
Nelek4-Sep-23 9:04
protectorNelek4-Sep-23 9:04 
AnswerRe: Fixed, added Credit Pin
Sergey Alexandrovich Kryukov4-Sep-23 9:47
mvaSergey Alexandrovich Kryukov4-Sep-23 9:47 
GeneralRe: Fixed, added Credit Pin
Nelek5-Sep-23 9:35
protectorNelek5-Sep-23 9:35 
AnswerRe: Fixed, added Credit Pin
Sergey Alexandrovich Kryukov5-Sep-23 10:18
mvaSergey Alexandrovich Kryukov5-Sep-23 10:18 
GeneralRe: How to tell a good story ? Pin
Amarnath S31-Aug-23 14:01
professionalAmarnath S31-Aug-23 14:01 
GeneralRe: How to tell a good story ? Pin
haughtonomous31-Aug-23 23:50
haughtonomous31-Aug-23 23:50 
GeneralRe: How to tell a good story ? Pin
Alister Morton1-Sep-23 5:17
Alister Morton1-Sep-23 5:17 
GeneralRe: How to tell a good story ? Pin
PIEBALDconsult31-Aug-23 14:58
mvePIEBALDconsult31-Aug-23 14:58 
GeneralRe: How to tell a good story ? Pin
Sander Rossel31-Aug-23 21:06
professionalSander Rossel31-Aug-23 21:06 
GeneralRe: How to tell a good story ? Pin
Jeremy Falcon1-Sep-23 2:17
professionalJeremy Falcon1-Sep-23 2:17 
GeneralRe: How to tell a good story ? Pin
PhilipOakley1-Sep-23 2:52
professionalPhilipOakley1-Sep-23 2:52 
GeneralRe: How to tell a good story ? Pin
Jay Nelson1-Sep-23 5:53
Jay Nelson1-Sep-23 5:53 
GeneralRe: How to tell a good story ? Pin
BernardIE53171-Sep-23 11:47
BernardIE53171-Sep-23 11:47 
GeneralRe: How to tell a good story ? Pin
englebart3-Sep-23 10:19
professionalenglebart3-Sep-23 10:19 
GeneralI added an erase() function! A war story Pin
honey the codewitch31-Aug-23 5:25
mvahoney the codewitch31-Aug-23 5:25 
GeneralRe: I added an erase() function! A war story Pin
Gary Wheeler31-Aug-23 6:17
Gary Wheeler31-Aug-23 6:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.