Skip to content

General

580 results found

  1. Change speed of fragments transition!!!!

    he default reveal.js transition speed for fragments is a little too fast in my opinion. It would be interesting the possibility to customize the transition duration within the fragments interface. https://myip.kim/ https://birthdaywishes.onl/ https://elecpay.in/tneb/

    For now, pro users can change the speed by adding this to the beginning of your CSS:

    .slides section .fragment {
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease; }

    .slides section .fragment.visible {
    opacity: 1;
    visibility: inherit; }

    3
    votes
    Vote
    Felipe Delestro sh

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. Creating a custom submit button. Button disappears on mouse click.

    Hello everyone,,
    For some reason, when you click on the submit button, it disappears and the link in the sidebar shows. If you press and hold for a moment, the button still works but if you quick click, it doesn't navigate to the submission form.

    It seems to be doing this in both Chrome and Edge, with or without RES. I also checked if it did it while logged in as an admin of the sub or non-admin. Still happens.
    https://mobdro.bio/ https://luckypatcher.tips/ https://kodi.bio/
    I don't have anything else in my stylesheet aside from the code in that post.

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. Make a cool-down in the chat.

    When people talk to much on the slide, there would be an option for the editors to "mute" the person that is talking to much.

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Ability to loop element animations

    Pretty self explanatory, but the ability to loop a series of animations together would be pretty powerful and useful.

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Live question/comment box

    I thought it would be cool to add an option where viewers are able able to tick a box if they have a question or a comment to make. The presenter then gets a notification on their device saying that someone has a question or a comment to make. That way, the presenter does not have to be interrupted and he/she can just address the question when he/she has time.

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. add an option to hide the slides navigation sidebar when a presentation is in edit mode.

    add an option to hide the slides navigation sidebar when a presentation is in edit mode.

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Preload whole video before start playing

    It would be nice to be able to insert a "loading video.." message or icon, and wait until the video is loade before start playing it. Otherwise, with big videos, it lags during presentation.

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. give the ability to move objects on a slide one by one with the cursor in presentation mode.

    For example a slide can say "today is..." and in presentation mode I would be able to choose from the individual days of the week and click the correct day and drag it under "today is". In presentation mode.

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. Organise by folder not by tag

    Hello,

    I really love your product but, can I organise decks in different folders?

    Would be pretty handy to organise things

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Run Jupyter cells in slideshow mode

    You can display a Jupyter notebook in an active html setting by running : https://www.mygroundbiz.online/

    $ jupyter nbconvert untitled.ipynb --to slides --post serve

    Is there any ways to run a notebook in the same slideshow format in order to allow for a live presentation/execution of your cells ?

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. Presentation: Is using cartoon slides un-professional or fun?

    I am close to graduating and am going to an assessment center for a very large tech company. One thing we need to do is hold a presentation about one of their products. https://www.myaarpmedicare.vip/

    I want to stand out a bit from the crowd and show that I spent a lot of time on this presentation. So I had the idea of drawing my own characters and using them in slides to help explain my reasoning etc. (A lot like in the youtube-videos you see nowadays where stuff gets drawn while a person talks).

    I find this type of presentation…

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. Keyboard/ Arrow Keys support for ionic slides in ionic 5

    I setup a new ionic angular project and created a test page using the following slides options:

    slideOpts = {
    initialSlide: 0,
    speed: 300,
    direction:"vertical",
    keyboard: {
    enabled: true,
    onlyInViewport: false,
    }
    };

    https://www.upsers.app/

    However, when I serve this project, on my desktop in both chrome and safari, I have click-and-drag for the slide to navigate, keyboard navigation does not work.

    What am I not doing right? any suggestion

    Thank you.

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Countdown timer on slide

    I like to incorporate timed activities into my slides. For example a 5-minute discussion.
    Unfortunately, I can't use a "script" tag to add JS to my slide. Is there a way to incorporate a countdown (ie. 5 minutes) without using an iframe to an external site?

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. change the element sizing by input number

    It's gonna be great if I can enter the element size of a rectangle/image inside of an input form so there is no need to resize it with mouse, it's gonna be very tough in small sizes.

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Suffering From Security And Safety Issues? Refer To Cash.app/Help To Find A Solution

    Are you confronting some sorts of security or safety issues while using your Cash app account? Do you want to get rid of all your problems within the least time frame? If yes, you should simply refer to the Cash.app/Help section. Here, you can get an instant treatment to your problems in a couple of seconds.
    https://www.pcmonks.net/cash-app-customer-service-phone-number.html

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. purchase wrong, need a refund

    wanna subscribe monthly, not annualy

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Distinguish Pen and Palm input on tablets / iPads

    It would be great if I could use the pen on a tablet to draw on the slides AND at the same time use my finger to navigate/swipe and point to places on the slides (like with the mouse on a PC). At the moment any input is either (!) navigation or drawing, and I need to switch modes from one to the other. This often leads to unintended drawing in the navigation area or the sidebar when I want to switch mode back to navigation.

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Custom Projects

    I need to refine this product using cloud development skills. Are there any companies that offer such services?

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Accessibility view - great potential

    I am an e-Accessibility specialist at ETHZ and have been using reveal.js for some time now because I think reveal.js has enormous potential as an accessible presentation software. This technology has the potential to conquer the education sector. PPT and similar applications are much less suited for accessibility than HTML and CSS based approaches.
    However, reveal.js does not exploit the potential in any way. It would need a view option of the slides that displays the HTML content in a linearized way, so that screen readers, for example, can access all the headings in one go. Similar to "?print-pdf".
    Among…

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. Fragment style options for videos, such as playing and pausing

    Currently I'm missing the possibility to have fragment styles for playing a video and pausing it. This would help a lot when presenting with just a pointer, and no access to a mouse. I want to have a slide with a video already present in the beginning, and then be able to play with the pointer.

    Alternatively, to have an option for the fade out by 50% pause the video. So the slide would start with the video on autoplay, and then I can fade it out by 50% and the video pauses. This helps to not distract the audience.…

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?

General

Categories

Feedback and Knowledge Base