Pixi.js: Pixi slider frame by frame

Created on 22 Mar 2018  路  6Comments  路  Source: pixijs/pixi.js

Hi! I'm a huge fan of pixi.js and it's awesome! I've seen a awesome webpage that uses pixi for the effects and I only wanted to know the "drag to start" part where you move and the animation follows frame by frame. Is that in the pixi interactions and what name of the interaction is it.
Here is the web page https://inculerate.com/.

Have a nice day! :)

All 6 comments

Thanks for the compliments 馃憤

The short answer is there's is not an interaction feature in PixiJS to achieve that effect. You'll have to create it from scratch, like the author of the website did.

The effect could be created several ways using the interaction manager to handle mouse/touch events for the drag. Potentially a VideoBaseTexture to seek to a location of a video texture, like moving a playhead or using an AnimatedSprite to show a frame of an animation.

GSAP's TimelineMax might help as well: https://greensock.com/timelinemax

timeline

@bigtimebuddy - on a tangential note, any idea how they did the "glitching" in text effects?

text

Looks like a DisplacementFilter

Hello! Thanks for the fast feedback, I appreciate it a lot!
Thank for both of you giving me ideas to make the style look a like.

Cheers!

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gaccob picture gaccob  路  3Comments

finscn picture finscn  路  3Comments

samueller picture samueller  路  3Comments

Darker picture Darker  路  3Comments

courtneyvigo picture courtneyvigo  路  3Comments