A
A
Alexey2016-10-05 22:30:27
Design
Alexey, 2016-10-05 22:30:27

What is a Sketch plugin for generating "application screen transition maps"?

I don't know if I spelled what I mean correctly. The screenshot below explains better.
026cab55a5ad4a1daab209c39715b947.png
Those. so that the programmer understands how the transitions from one screen to another are carried out. It is possible to generate a PDF file.

Answer the question

In order to leave comments, you need to log in

6 answer(s)
Андрей Болонев, 2016-10-13
@aheleha

Нет такого плагина. Давно все об этом говорят и хотят такой функционал, но никто ещё не сделал.
Вот эти ребята недавно анонсировали нечто подобное в своем продукте https://prottapp.com/
Для скетча можно взять стрелочки, которые растягиваются не трансформируясь https://github.com/mariuszostrowski/wireframingsketch
Возможно крафт предложит такой функционал, когда запустит прототипщик свой. Ждём.
UPD. Появился https://abynim.github.io/UserFlows/

Александр Сёмченко, 2016-10-06
@0xcffaedfe

Бери да стрелочки рисуй.

M
MagiC, 2017-05-03
@MagiC

Есть вот такой плагин:
https://abynim.github.io/UserFlows/
Ещё есть большой набор стрелочек (в том числе нормально масштабируемые):
sketchhunt.com/sketch-hunt-arrows-and-lines-pack-f...
https://www.sketchappsources.com/free-source/2090-...
И на сладкое, статья от Invision, которая расставляет все точки над i в вопрсое стрелочек в Sketch : )
https://www.invisionapp.com/blog/scalable-connecti...

I
iMike, 2016-10-13
@iFamily

Вообще обычно используют https://www.invisionapp.com и/или https://zeplin.io

S
Sergey Melnikov, 2016-10-25
@mlnkv

How annoying is your sloppy code formatting

<script>
  $(function() {
    $('.imgcont').imageLightbox()
  });
</script>

Is it really that hard to fix?

R
Rob1n Bobin, 2016-10-25
@sp1rob

for imgcont class

<script>
              $( function()
              {
                $( '.imgcont' ).imageLightbox();
              });
</script>

For id imgcont
<script>
              $( function()
              {
                $( '#imgcont' ).imageLightbox();
              });
</script>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question