How do you change the number of steps in a blend?

What will be an ideal response?


To change the number of steps in a blend, use the Selection tool to select a
blend, and then choose Object > Blend > Blend Options. You can also double
click on the Blend tool to see these options.

Computer Science & Information Technology

You might also like to view...

What is output by the following Java code segment?

int temp = 180; while (temp != 80) { if (temp > 90) { System.out.print("This porridge is too hot! "); // cool down temp = temp – (temp > 150 ? 100 : 20); } else { if (temp < 70) { System.out.print( "This porridge is too cold! "); // warm up temp = temp + (temp < 50 ? 30 : 20); } } } if (temp == 80) System.out.println("This porridge is just right!"); a. This porridge is too cold! This porridge is just right! b. This porridge is too hot! This porridge is just right! c. This porridge is just right! d. None of the above.

Computer Science & Information Technology

When a graphic is selected in the Property inspector, the ____________________ text box provides a list of the CSS Class styles you created that you can apply to a selected graphic.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

After the default theme, all other PowerPoint themes are arranged in ________ order

A) chronological B) descending C) numerical D) alphabetical

Computer Science & Information Technology

In PowerPoint a picture can be a(n) ____________________ created and saved in any number of file formats.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology