Skip to content

Consider loading all elements onto their own canvas prior to doing a slide animation #10

@Go1den

Description

@Go1den

I think the reason we see variable sliding speed has to do with the number of elements and the total width/height of those elements when sliding. This is only a hunch, but if we placed all of those elements into a canvas first, and then slid just the canvas, it might be more efficient? This might not work though because I'm not sure if the new canvas would overwrite the canvas below it. It also probably means the "zip" animations would no longer be usable in conjunction with the slides, because the zips rely on being able to move each individual letter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions