This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

🎨 Format code

+1 -1
+1 -1
src/video/hooks.rs
··· 35 35 } 36 36 37 37 /// Hooks that are triggered within a regular hook 38 - /// Used to implement animations: they create a inner hook 38 + /// Used to implement animations: they create a inner hook 39 39 /// triggered on each frame for a certain duration 40 40 pub struct InnerHook<C> { 41 41 pub when: Box<InnerHookCondition<C>>,